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 button does not appear in "pay with paypal" form:
The paypal sdk wont load and i have this error in my console:
/**
throw new Error("SDK Validation error: 'Invalid query value for locale: fr'" );
/* Original Error:
Invalid query value for locale: fr (debug id: ***)
*/
Sylius locale codes are used to request the paypal sdk. So does not work when the local codes of sylius are different from paypal codes.
jorisduenas
changed the title
[Bug] PayPal button does not appair in "pay with paypal" form
[Bug] PayPal button does not appear in "pay with paypal" form
May 4, 2022
Hello,
PayPal button does not appear in "pay with paypal" form:
The paypal sdk wont load and i have this error in my console:
Sylius locale codes are used to request the paypal sdk. So does not work when the local codes of sylius are different from paypal codes.
The problem is similar to this one: 188
I think the LocaleProcessor could solve the problem.
The text was updated successfully, but these errors were encountered: