Skip to content
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

[7.x] Mollie: Check for the payment ID under the gateway key too #1138

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

duncanmcclean
Copy link
Owner

This pull request attempts to fix an issue where an OrderNotFound exception is being thrown when the Mollie webhook looks up an order which has already been marked as paid.

When the checkout process has been completed, we remove the mollie key from the order data, in place of the gateway key and the data underneath it.

This PR hopefully fixes this issue by also checking the gateway data.

Fixes #1136.

@duncanmcclean duncanmcclean merged commit 86302d3 into 7.x Aug 21, 2024
11 checks passed
@duncanmcclean duncanmcclean deleted the fix/mollie-webhook-order-query branch August 21, 2024 09:07
Copy link

Released as part of v7.4.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gateway data Mollie stored on different places - Causing OrderNotFound exeception
1 participant