Skip to content

Commit

Permalink
Merge pull request #76 from mollie/apple_pay_support
Browse files Browse the repository at this point in the history
add apple pay support
  • Loading branch information
vernondegoede authored Jul 2, 2019
2 parents d5ffbe7 + f09e7ad commit 6b1b4e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/spree/mollie_payment_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def name
'Klarna Pay Later'
when ::Mollie::Method::PRZELEWY24 then
'Przelewy24'
when ::Mollie::Method::APPLEPAY then
'Apple Pay'
# As of May 1st 2019, Bitcoin is no longer supported.
when 'bitcoin' then
'Bitcoin'
Expand Down

0 comments on commit 6b1b4e8

Please sign in to comment.