#Greg Harris

1 messages · Page 1 of 1 (latest)

patent pollenBOT
narrow vapor
#

Do you have a test site where we can take a look?

plain scroll
#

And can you share your payment element initialization code including the options?

waxen sedge
#

A test site that you can view will take a moment for me to generate

narrow vapor
#

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

waxen sedge
#

These are the relevent options we have set

    appearance,
    mode: 'payment',
    amount,
    currency: 'usd',
    paymentMethodCreation: 'manual',
    wallets: {
      applePay: 'never',
      googlePay: 'never',
    },
  };```
narrow vapor
#

Looks fine

#

Can you share more of the code

#

And likely we're going to need the test site

waxen sedge
#

Which portion of the code would you like to see? The stripe context or something else?

narrow vapor
#

All the code for initializing elements and the payment element

patent pollenBOT
plain scroll
#

@waxen sedge those look like options for the elements group, rather than the payment element

plain scroll
#
wallets: {
      applePay: 'never',
      googlePay: 'never',
    },

Should be options passed to the payment element specifically

waxen sedge
#

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.