You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love this project and want to use it all the time. I'm trying to get Stripe integration working. Documentation's sparse but I followed all the instructions on the MR that implemented it here: #886
'All' (hopefully easy) that remains is to make a 'buy now' button for each package on my landing page that visitors can click.
I've tried pinching PaymentButton code and initiateCheckout from PricingSection.tsx and dropping it onto my ProductPricing.tsx page but it appears to be expecting me to be signed in already and the people doing this will be random visitors signing up for the first time.
What's the correct way to initiate the 'new customer payment flow' please, if there is one?
The text was updated successfully, but these errors were encountered:
Hi all,
I love this project and want to use it all the time. I'm trying to get Stripe integration working. Documentation's sparse but I followed all the instructions on the MR that implemented it here: #886
'All' (hopefully easy) that remains is to make a 'buy now' button for each package on my landing page that visitors can click.
I've tried pinching
PaymentButton
code andinitiateCheckout
fromPricingSection.tsx
and dropping it onto myProductPricing.tsx
page but it appears to be expecting me to be signed in already and the people doing this will be random visitors signing up for the first time.What's the correct way to initiate the 'new customer payment flow' please, if there is one?
The text was updated successfully, but these errors were encountered: