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
constSTRIPE_NOT_LOADED_ERROR_TEXT=`Stripe.js has not yet loaded. Instead of calling \`Stripe\` directly, try using the \`loadStripe\` utility from this package.
60
-
61
-
See https://stripe.com/docs/js/including for more information.
62
-
`;
63
-
64
-
constSTRIPE_UNAVAILABLE_ERROR_TEXT=`window.Stripe is not defined. Did you include Stripe.js on your page?
65
-
66
-
For compliance reasons, Stripe.js must be loaded directly from https://js.stripe.com, and cannot be included in a bundle or hosted yourself. This npm module exists as a convenience, but delegates to window.Stripe.
67
-
68
-
You can load Stripe.js by using the \`loadStripe\` utility from this package, or by including the following <script> tag on your page:
69
-
70
-
<script src="${V3_URL}"></script>
71
-
72
-
See https://stripe.com/docs/js/including for more information.
0 commit comments