mollie / spree-mollie-gateway

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

No payment options #68

Closed salman15 closed 5 years ago

salman15 commented 5 years ago

I've installed spree with the seed data and spree_mollie_gateway gem. When I get to the payment screen in the checkout and select my mollie payment I don't get any of the payment options.

I've set up the mollie gateway correctly, as I've done in the past.

It's pretty frustrating that both version 3.6 and 3.7 of spree aren't compatible with this gem.

I'm running : Ruby 2.4, gem 'rails' , '5.2.0, ' gem 'spree', '3.6.0' gem 'spree_auth_devise', '~> 3.3' gem 'spree_gateway', '3.3' gem 'spree_mollie_gateway', '3.0'

Oldharlem commented 5 years ago

@salman15 I've tested both spree versions and they seem to work correctly.

There could be multiple sources for your problems:

Mollie determines the available gateways based on the currency and origin country of the order. See the available_methods_for_order method. If the address' country or order currency does not match any payment methods the list will be empty.

There could be a problem with your website profile. If your website profile has not been (fully) approved this may affect the available payment methods.

Please let me know if you need more help on this.

Oldharlem commented 5 years ago

We are waiting on your reply in order to fix this issue

Oldharlem commented 5 years ago

@salman15 could you let us know if this is resolved now or more help is required?

dbbooke12 commented 4 years ago

I am getting the same results. Gateway set up correctly and currency and country matches. Profile is completely set up. Not sure what this can be.

Screen Shot 2019-09-13 at 11 03 59 AM