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
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?
The text was updated successfully, but these errors were encountered:
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
Seems to have no effect, does anyone have a sample working code where setPresentmentCurrency is working?
The text was updated successfully, but these errors were encountered: