Skip to content

Commit

Permalink
Drop Bitcoin support
Browse files Browse the repository at this point in the history
  • Loading branch information
vernondegoede committed May 1, 2019
1 parent ced5399 commit bfcd5b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/models/spree/mollie_payment_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def name
'Klarna Slice it'
when ::Mollie::Method::KLARNAPAYLATER then
'Klarna Pay Later'
# As of May 1st 2019, Bitcoin is no longer supported.
when 'bitcoin' then
'Bitcoin'
else
'Mollie (Unknown method)'
end
Expand Down

0 comments on commit bfcd5b7

Please sign in to comment.