Closed vernondegoede closed 6 years ago
Currently an extra API call is required to fetch all Mollie gateways.
We should add an extra gateways which exposes the available gateways with the orders' currency and amount.
gateways
Only expose this node when Spree::Order.state equals payment or complete.
Spree::Order.state
payment
complete
Currently an extra API call is required to fetch all Mollie gateways.
We should add an extra
gateways
which exposes the available gateways with the orders' currency and amount.Only expose this node when
Spree::Order.state
equalspayment
orcomplete
.