mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Working on payment gateways
This commit is contained in:
parent
ad636f1e9f
commit
4cdec24239
@ -85,6 +85,7 @@
|
||||
$form.get(0).submit();
|
||||
} else {
|
||||
$('#js-error-message').html('An error occurred').fadeIn();
|
||||
$form.find('button').prop('disabled', false);
|
||||
logError('STRIPE_ERROR: ' + JSON.stringify(response));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user