-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Hi,
I tried to change the language of the checkout, but it's not working, the checkout is not getting loaded.
My code is as follows:
<StripeCheckout
stripePublicKey={config.STRIPE_PUBLISH_KEY}
checkoutSessionInput={{
sessionId: checkoutId,
locale: 'de'
}}
onSuccess={() => {
paymentSuccess();
}}
onCancel={() => {
navigation.goBack();
}}
options={{
htmlContentLoading: '',
htmlContentHead: ''
}}
renderOnComplete={() => <></>}
bounces={false}
/>
Is anything that I am missing.
Thanks
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers