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
PayPal uses the navigator location to set the default country BUT sometimes it doesn't work, so you need in (advanced extraqueryparams) add locale value. (This is when you declare Paypal Config)
Like this: advanced: { commit: 'true', extraQueryParams: [{ name: 'locale', value: 'es_MX' }], },
You can see the list of value on https://developer.paypal.com/reference/locale-codes/
I am sending country code to shipping address setting like,
Also I have tried to send country code in payer's setting like,
Also tried to set locale in application context settings like,
Still it shows United States as country, is there a way I can change the country?
The text was updated successfully, but these errors were encountered: