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

Fixed order payment saving #2557

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

mtytula
Copy link
Contributor

@mtytula mtytula commented Mar 19, 2024

Description
I discovered an issue with processing webhook notifications. This problem occurs when adyen is trying to send the same webhook notification to magento and they are duplicated. During webhook processing something goes wrong and one notification saved data in adyen_order_payment table. Next notification tries to save the same data but there is a unique constraint added to pspreference column and the whole notification is not processed and order status is changing to processing without changing total paid data on order.

The problem occurs on Magento 2.4.5-p6 with 8.18.1 adyen/module-payment module
Tested scenarios
Duplicate notifications for one order and rund webhook handler. It will catch an error about unique constraint violation without my fix.

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.

None yet

1 participant