We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e8904 commit 6bb350dCopy full SHA for 6bb350d
assets/js/cardpayments.js
@@ -33,7 +33,7 @@ class OneTimePayment {
33
$(placeholder).attr('placeholder', placeholderLoading);
34
$(placeholder).attr('disabled', true);
35
this._stripe = $.ajax({
36
- url: 'https://js.stripe.com/v3/',
+ url: 'https://js.stripe.com/clover/stripe.js',
37
cache: true,
38
dataType: 'script'
39
}).then(response => {
0 commit comments