mollie / spree-mollie-gateway

Mollie payments for Spree Commerce.
https://www.mollie.com
16 stars 23 forks source link

Multicurrency support #8

Closed vernondegoede closed 6 years ago

vernondegoede commented 6 years ago

Each Spree::Order has a currency associated, which we currently don't use when creating a payment.

Since Mollie now supports Multicurrency, we should use the currency associated with the order when creating a new Mollie Payment.

Once mollie-api-ruby is updated to support the V2 API, MC can be implemented for Spree as well.

To do:

cc @tomasmollie