mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for cvv/cvc
This commit is contained in:
parent
c2e5907dfe
commit
0a5d0ea44c
@ -39,7 +39,7 @@
|
||||
}
|
||||
|
||||
if ($('#cvv').val() != ' ') {
|
||||
data.cvv = $('#cvv').val();
|
||||
data.cvc = $('#cvv').val();
|
||||
if (!Stripe.card.validateCVC(data.cvc)) {
|
||||
$('#js-error-message').html('{{ trans('texts.invalid_cvv') }}').fadeIn();
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user