Fix for Braintree duplicate submission check

This commit is contained in:
Hillel Coren 2018-02-21 21:09:55 +02:00
parent 0b998487d7
commit 5e8682be0a

View File

@ -58,7 +58,6 @@
},
onPaymentMethodReceived: function(e) {
if (NINJA.formIsSubmitted) {
event.preventDefault();
return false;
}
NINJA.formIsSubmitted = true;