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
When the billing address contains a simple quote, it causes a javascript error preventing Stripe form to be displayed.
This situation occurs, for exemple, for some french cities (L'union).
Not sure if that would work since the fields won't be 1:1, we could look at blade directives or create one we can use across all add ons which might have this problem.
When the billing address contains a simple quote, it causes a javascript error preventing Stripe form to be displayed.
This situation occurs, for exemple, for some french cities (
L'union
).https://github.com/lunarphp/stripe/blob/634e396395a0059f21c77c2a4a8aa74ccdf2bb5b/resources/views/stripe/components/payment-form.blade.php#L11-L18
Maybe these strings should be escaped with
addcslashes
The text was updated successfully, but these errors were encountered: