#sharik-wallet
1 messages · Page 1 of 1 (latest)
Hello Alex. That's the UI
Cardholder is a custom field I added manually
and this is code
await stripe.confirmPayment({ elements, confirmParams: { return_url: window.location.href + '?order_id=' + order.order_id, payment_method_data: { billing_details: { name: $('.customer-name').val(), email: email, }, } }, redirect: 'if_required', });
hmmm, let me test and get back to you
Hey buddy, really appreciate this. Thank you very much 🙂
hmmm, if you look at on change event, i think it's what you're looking for : https://stripe.com/docs/js/element/events/on_change?type=paymentElement#element_on_change-handler-value
This is what we don't want.
let me check
Yeha
that could work
Thank you very much for sharing it.