Closed dimitriBouteille closed 1 month ago
Describe the bug
Bug is partially fixed in the following MR https://github.com/Adyen/adyen-magento2/pull/2592 but there is still a small problem.
Indeed, if the graphQl adyenPaymentDetails query is executed multiple times for, the order is passed to status pending instead of remaining canceled.
adyenPaymentDetails
pending
canceled
As the following screenshot shows, the order is in pending status after executing adyenPaymentDetails 2 times (or more)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If the order is already cancelled, the status must not change.
Versions
Hello @dimitriBouteille,
Thank you for your contribution and raising this issue. I've left a small comment on the PR. Let's discuss the details on the comment.
Best Regards, Can
Describe the bug
Bug is partially fixed in the following MR https://github.com/Adyen/adyen-magento2/pull/2592 but there is still a small problem.
Indeed, if the graphQl
adyenPaymentDetails
query is executed multiple times for, the order is passed to statuspending
instead of remainingcanceled
.As the following screenshot shows, the order is in pending status after executing
adyenPaymentDetails
2 times (or more)To Reproduce
Steps to reproduce the behavior:
adyenPaymentDetails
multiple timesExpected behavior
If the order is already cancelled, the status must not change.
Versions