-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stripe is not defined! #172
Comments
Hi! If it is still actual, put stripe = Stripe(''-----------) in try block |
Hi! You should need to move the "script(src='https://js.stripe.com/v3/')" script from tour.pug to base.pug, hopefully this will solve the issue |
Worked, Can u explain what is causing the error, why is the stripe moduule not included, while others like Mapbox are, regards |
Thanks, that worked. I also needed to rename |
Payment session is working in the backend, but int the stripe.js file; but gives the error while callling Stripe function to create the session.
The text was updated successfully, but these errors were encountered: