amazon-pay-sdk-php icon indicating copy to clipboard operation
amazon-pay-sdk-php copied to clipboard

Multi Currency Error

Open mazz2000 opened this issue 6 years ago • 0 comments

Hi Everyone

I'm trying to use the multi currency feature, i have a GBP account but a multi currency site, all ok when passing GBP but on EUR i get the error

The OrderReferenceId S02-2145412-7791090 has constraints CurrencyMismatch and cannot be confirmed

I'm trying

walletWidget.setPresentmentCurrency("EUR"); // ISO-4217 currency code, merchant is expected to enter valid list of currency supported by Amazon Pay.
walletWidget.bind("walletWidgetDiv");

Seems to have no effect, does anyone have a sample working code where setPresentmentCurrency is working?

mazz2000 avatar Jan 31 '20 11:01 mazz2000