#Jerry Jose
1 messages · Page 1 of 1 (latest)
hello! what/how are you building your project?
I have implemented Stripe in my project., Currently I import Stripe.Js in my page like <script src="https://js.stripe.com/v3/"></script>. But I want to load/add the exact that Stripe JS file in my project instead of using that stripe external url
https://stripe.com/docs/js/including - Include the Stripe.js script on each page of your site—it should always be loaded directly from https://js.stripe.com, rather than included in a bundle or hosted yourself.
you should never be loading / adding that exact Stripe JS file
😔