amazon-pay-sdk-php
amazon-pay-sdk-php copied to clipboard
Multi Currency Error
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?