#razvi073

1 messages · Page 1 of 1 (latest)

fierce jewelBOT
late ridge
terse meadow
#

Not really, I'm in a supported browser but still the expressCheckout would show only applePay or googlePay

#

this is how i create the elements:

#

`const appearance = {
theme: 'stripe',
labels: 'floating',
variables: { colorPrimaryText: '#262626' },
};

this.elements = this.stripe.elements({
  mode: 'setup',
  currency: this.allData.currency.toLowerCase(),
  amount: this.allData.weeklyProductPrice,
  appearance: appearance,
  payment_method_types: ['card'],
});`
#

could something from here make it so that the link payment option doesn't show up

#

?

late ridge
terse meadow
#

yep, it's on

late ridge
#

Hmm... Do you have a link to your site I can check out on my end?

terse meadow
#

ow, nvm I had to enable it in the payment_method_types: ['card', 'link'],

#

apparently it overwrites the auto detect

#

now it works

late ridge
#

👍

#

awesome