Hi @bellato425
When I add the paypal express checkout button to my product page, and I change the currency from the default to a supported currency like AUD/CAD/EUR from USD the paypal gateway loads then closes.
What currency plugin are you using? PayPal works by loading a script from and one of the query parameters is the store currency. If the currency changes, then the PayPal script must be reloaded to account for the new currency.
But if your currency plugin doesn’t trigger a page refresh when the currency is changed on the product page, then there isn’t any way for the PayPal plugin to know what the new currency is. In the absence of a page refresh, your currency plugin would need to provide some event or way for other plugins to know when the currency has been changed on the product page.
Kind Regards,
using curcy multi currency but it’s in ajax, i’ll just trigger the refresh.
Thank you.
