Skip to content

Commit 6bb350d

Browse files
committed
Upgrade Stripe.js from v3 to clover (fixes #138)
1 parent 87e8904 commit 6bb350d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/cardpayments.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class OneTimePayment {
3333
$(placeholder).attr('placeholder', placeholderLoading);
3434
$(placeholder).attr('disabled', true);
3535
this._stripe = $.ajax({
36-
url: 'https://js.stripe.com/v3/',
36+
url: 'https://js.stripe.com/clover/stripe.js',
3737
cache: true,
3838
dataType: 'script'
3939
}).then(response => {

0 commit comments

Comments
 (0)