-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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 doesn't call webhook #2941
Comments
Response from Mollie support
|
No definitive answer yet. I will wait for one more week for an answer from Mollie support, and otherwise I will start looking at alternative implementations. Preferably Mollie comes with an answer, as this does seem to be a bug on their side. |
Update: Mollie asked for a minimal reproduction, I've created one here and sent it to them: https://gist.github.com/martijnvdbrug/361a3048ce0f26ec4c428cf717889651 |
So, after having some talks with Mollie staff members on Discord, it seems we should go this route:
Mollie staff member Joost verified that Shopify also handles payments in the same manner, so this should also be sufficient for us. |
"@vendure/payments-plugin": "2.1.8",
until this is issue is closed!Describe the bug
After upgrading the Payments Plugin to v2.2.7, we are experiencing issues where Mollie doesn't call the Vendure webhook anymore. This only happens for orders that have their corresponding Mollie orders updated (see below for details).
To Reproduce
Steps to reproduce the behavior:
createMolliePaymentIntent
mutation, and follow the link to the Mollie hosted checkout pageWorkaround
Install payments-plugin 2.1.8
Suspected cause
Expected behavior
I would expect the payment to settled, and Mollie to call the webhook.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: