#sharik-wallet

1 messages · Page 1 of 1 (latest)

odd lagoon
#

hi there, are you able to share a screenshot of your current implementation?

signal jacinth
#

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', });

odd lagoon
#

hmmm, let me test and get back to you

signal jacinth
#

Hey buddy, really appreciate this. Thank you very much 🙂

odd lagoon
signal jacinth
#

This is what we don't want.

signal jacinth
#

Yeha

#

that could work

#

Thank you very much for sharing it.