-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mollie's payment methods don't show in store front #94
Comments
The same thing in my store |
Please make sure you have payment methods enabled in your mollie dashboard. This usually causes this issue. |
Thanks for responding. Perhaps a clarification is needed here. The status of the account is "waiting for verification payment", so the live API key is not available. |
@mPanasiewicz: Have you managed to get any further in your troubleshooting? I've contacted mollie customer support asking them to verify my account as I see no trace of activity, neither in the local logs nor in de mollie dashboard. |
Hi @githubble01 , Can you try the following curl request on your local installation and post the response:
Furthermore can you try to obtain the payment methods through the API without spree using the cURL request example from the docs: https://docs.mollie.com/reference/v2/methods-api/list-methods
Please provide your own api key in the request and share the outcome. It should contain a If the response has a 401 status there is something wrong with your key. If the methods node is empty you do not have any activated payment methods in your account. Awaiting your response. |
Hi @Oldharlem, Bedankt for picking this up. I followed your instructions, and presented the result below. First some observations that might be of importance.
Result (15 payment methods):
Result (13 payment methods):
|
Hi @Oldharlem, Wondering if my answer was of any help and if you've had the chance to look into it. |
I have read your reply and thanks for taking the effort. What is left for us to check is controller logic, view logic and conflicting gems. Could you share your payment state checkout view html code? Awaiting your response. |
No overrides applied. This is a clean spree set-up created according to the guide on spreecommerce.com 20 days ago. If you like, I can provide a link to the source code.
|
@Oldharlem : Just checking in.. If you need any more information, please let me know 😃. |
Hi!
I just set up Mollie according to the README. When selecting the Mollie radio button the payment method part of the screen is empty. The log
log/mollie.log
is empty. Same result when deployed locally and to heroku.Screen shot
Gem file
Cheers,
Georg
The text was updated successfully, but these errors were encountered: