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
3776df9f5c
commit
f80687d0a5
@ -83,6 +83,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