mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on payment gateways
This commit is contained in:
parent
3776df9f5c
commit
f80687d0a5
@ -83,6 +83,7 @@
|
|||||||
$form.get(0).submit();
|
$form.get(0).submit();
|
||||||
} else {
|
} else {
|
||||||
$('#js-error-message').html('An error occurred').fadeIn();
|
$('#js-error-message').html('An error occurred').fadeIn();
|
||||||
|
$form.find('button').prop('disabled', false);
|
||||||
logError('STRIPE_ERROR: ' + JSON.stringify(response));
|
logError('STRIPE_ERROR: ' + JSON.stringify(response));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user