Skip to content

Commit

Permalink
Merge pull request #173 from timm-oh/tim.mccarthy/add-current-payment…
Browse files Browse the repository at this point in the history
…-methods
  • Loading branch information
justincase authored Sep 11, 2024
2 parents 78a5919 + 87a6c9a commit f5696ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/mollie/method.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,33 @@
module Mollie
class Method < Base
ALMA = 'alma'.freeze
APPLEPAY = 'applepay'.freeze
BANCONTACT = 'bancontact'.freeze
BANCOMAT_PAY = 'bancomatpay'.freeze
BANKTRANSFER = 'banktransfer'.freeze
BELFIUS = 'belfius'.freeze
BILLIE = 'billie'.freeze
BLIK = 'bilk'.freeze
CREDITCARD = 'creditcard'.freeze
DIRECTDEBIT = 'directdebit'.freeze
EPS = 'eps'.freeze
GIFTCARD = 'giftcard'.freeze
GIROPAY = 'giropay'.freeze
IDEAL = 'ideal'.freeze
IN3 = 'in3'.freeze
INGHOMEPAY = 'inghomepay'.freeze
KBC = 'kbc'.freeze
MYBANK = 'mybank'.freeze
PAYPAL = 'paypal'.freeze
PAYSAFECARD = 'paysafecard'.freeze
PRZELEWY24 = 'przelewy24'.freeze
RIVERTY = 'riverty'.freeze
SOFORT = 'sofort'.freeze
SATISPAY = 'satispay'.freeze
TRUSTLY = 'trustly'.freeze
TWINT = 'twint'.freeze
VOUCHER = 'voucher'.freeze
KLARNA = 'klarna'.freeze
KLARNASLICEIT = 'klarnasliceit'.freeze
KLARNAPAYLATER = 'klarnapaylater'.freeze

Expand Down

0 comments on commit f5696ea

Please sign in to comment.