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
Describe the bug
We have a problem with the Paypal Express checkout when using a paid shipping method
When we try to update the order with a paid delivery method, We get the following errors from the route : FR/V1/adyen/express/paypal-update-order/guest fail with the following error :
{ "message": "Error with payment method, please select a different payment method." }
In the Magento log we have the following error :
AdyenLoggerTest.INFO: Response from Adyen API {"body":{"error":"Sum of selected deliveryMethod amount and original offer amount does not match the total amount.","errorCode":"14_0478"}} {"uid":"XXX"}
We don't have any issue if we use a free shipping method.
To Reproduce
Steps to reproduce the behavior:
Go to product page
Click on paypal express checkout
Select paid shipping method
Paypal show the error "Unable to update address. Please try again"
Expected behavior
Price should update according to the shipping method selected.
Screenshots
The text was updated successfully, but these errors were encountered:
khushboo-singhvi
changed the title
Paypal Express Checkout - Issue with paid Shipping Method.
[ECP-9571] Paypal Express Checkout - Issue with paid Shipping Method.
Dec 16, 2024
Thank you for bringing this to our attention and creating this Github issue highlighting this issue about the UpdateOrder Endpoint for the Paid shipping payment method. We have created an internal ticket to investigate and handle the scenario.
We will update you as soon as it is handled.
Describe the bug
We have a problem with the Paypal Express checkout when using a paid shipping method
When we try to update the order with a paid delivery method, We get the following errors from the route :
FR/V1/adyen/express/paypal-update-order/guest
fail with the following error :{ "message": "Error with payment method, please select a different payment method." }
In the Magento log we have the following error :
AdyenLoggerTest.INFO: Response from Adyen API {"body":{"error":"Sum of selected deliveryMethod amount and original offer amount does not match the total amount.","errorCode":"14_0478"}} {"uid":"XXX"}
We don't have any issue if we use a free shipping method.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Price should update according to the shipping method selected.
Screenshots
The text was updated successfully, but these errors were encountered: