#Greg Harris
1 messages · Page 1 of 1 (latest)
Do you have a test site where we can take a look?
And can you share your payment element initialization code including the options?
A test site that you can view will take a moment for me to generate
You can share the code first to see if we see anything amiss
But if not, we'll probably need a test site to help
These are the relevent options we have set
appearance,
mode: 'payment',
amount,
currency: 'usd',
paymentMethodCreation: 'manual',
wallets: {
applePay: 'never',
googlePay: 'never',
},
};```
Looks fine
Can you share more of the code
And likely we're going to need the test site
Which portion of the code would you like to see? The stripe context or something else?
All the code for initializing elements and the payment element
@waxen sedge those look like options for the elements group, rather than the payment element
wallets: {
applePay: 'never',
googlePay: 'never',
},
Should be options passed to the payment element specifically
Thank you, I'm also noticing that wallets are sometimes not appearing on refresh. This happens mostly when I open the page in chromes dev console.