Incorrect currency code being passed
-
[Issue]
Orders made with USD are failing because in the log request, the currency code is being taken from the shop default currency (in this case CRC). When the PayPal button is clicked to place the order, it produces an error for DECIMAL_PRECISION. Upon reviewing the logs, it can be seen that PayPal is trying to pass the incorrect currency code.[Example]
The order total is $57.65 USD, but the logs show PayPal is trying to process $57.65 CRC, causing an error.[Expected Result]
The currency code being passed to PayPal should be taken from the order details rather than the default store currency.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Incorrect currency code being passed’ is closed to new replies.