1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Working on payment gateways

This commit is contained in:
Hillel Coren 2018-03-16 10:08:15 +02:00
parent 3776df9f5c
commit f80687d0a5

View File

@ -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));
}
}