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 have the PayumBundle set up with stripe_checkout gateway and users can do one time payments withouts issues. However, I find the customer email field empty in the Stripe checkout form.
Hi!
I have the PayumBundle set up with
stripe_checkout
gateway and users can do one time payments withouts issues. However, I find the customer email field empty in the Stripe checkout form.I'm filling the payment client email:
$payment->setClientEmail('[email protected]');
As well as passing the customerEmail parameter in the details array:
However the email field isn't being completed. I believe the name of the parameter in the details array is the one that matters, or at least this is what I can read here https://stripe.com/docs/payments/checkout/client#prefilling-customer-data
Any ideas about why would not be the details not be sent/processed correctly?
Thanks in advance
The text was updated successfully, but these errors were encountered: