adrianhajdin / ecommerce_sanity_stripe

Modern Full Stack ECommerce Application with Stripe
https://jsmastery.pro
2.21k stars 675 forks source link

Stripe redirect to Checkout failed #94

Closed abg1995 closed 1 year ago

abg1995 commented 1 year ago

Hello, i keep getting this error.

IntegrationError: stripe.redirectToCheckout: You must provide one of lineItems, items, or sessionId

i checked everything else and it seems fine, stripe says in its website that this method is deprecated.

Is this method working for anyone or has found a way to overcome the issue?

abg1995 commented 1 year ago

nvmd i fixed it

tom318267 commented 1 year ago

How did you fix it? I'm still trying to figure it out

abg1995 commented 1 year ago

How did you fix it? I'm still trying to figure it out

this:

instead of the line stripe.redirectToCheckout()

try window.location.replace(data.url); make sure there are no typos on the Stripe file in the api