diff --git a/pinaxcon/templates/registrasion/stripe/credit_card_payment.html b/pinaxcon/templates/registrasion/stripe/credit_card_payment.html index 00174c39..c930dc56 100644 --- a/pinaxcon/templates/registrasion/stripe/credit_card_payment.html +++ b/pinaxcon/templates/registrasion/stripe/credit_card_payment.html @@ -56,9 +56,7 @@ // Submit the form: - $submit.prop('disabled', false); - $submit.click(); - $submit.prop('disabled', true); + $form.get(0).submit(); $form.append($('
').text("Processing your payment. Please do not refresh."));
}
};
@@ -97,7 +95,7 @@
{% include "_form_snippet.html" with form=form %}