You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I test zip gateway and cancel payment in zip interface, I have the following error :
Warning: Undefined array key "giftcard" in /Helper/GiftcardPayment.php on line 116
Here is an example of the state data :
{"paymentMethod":{"type":"zip","checkoutAttemptId":"fetch-checkoutAttemptId-failed"},"riskData":{"clientData":"XXX"},"browserInfo":{"acceptHeader":"*\/*","colorDepth":24,"language":"fr-FR","javaEnabled":false,"screenHeight":1200,"screenWidth":1920,"userAgent":"Mozilla\/5.0 (X11; Linux x86_64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/125.0.0.0 Safari\/537.36","timeZoneOffset":-60}}
To Reproduce
Steps to reproduce the behavior:
Setup zip gateway with test env
Place order with zip money
Cancel payment in zip money interface
Go to /checkout/cart
💥
Magento version
2.4.7
Plugin version
9.14.0
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue and providing the fix at the same time! We appreciate your contribution. We will check the PR and merge when the reviews are completed.
Describe the bug
When I test zip gateway and cancel payment in zip interface, I have the following error :
Here is an example of the state data :
To Reproduce
Steps to reproduce the behavior:
/checkout/cart
Magento version
2.4.7
Plugin version
9.14.0
The text was updated successfully, but these errors were encountered: