diff options
author | ivan <ivan> | 2011-08-02 20:17:02 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-02 20:17:02 +0000 |
commit | f1ae4cb3c4c970037869d54c7fb2f00a180a2cd1 (patch) | |
tree | 8c442140a2a486b25f2eb3792d53c7537443017a /httemplate/misc/process | |
parent | 9db0b83bc215fae61e1da7a95a70642b395492e0 (diff) |
isracard support in self-service and backend payment processing, RT#13894
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r-- | httemplate/misc/process/payment.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/payment.cgi b/httemplate/misc/process/payment.cgi index c1c9071f9..9c8512785 100644 --- a/httemplate/misc/process/payment.cgi +++ b/httemplate/misc/process/payment.cgi @@ -91,7 +91,7 @@ if ( $payby eq 'CHEK' ) { $payinfo = $cust_main->payinfo; } $payinfo =~ s/\D//g; - $payinfo =~ /^(\d{13,16})$/ + $payinfo =~ /^(\d{13,16}|\d{8,9})$/ or errorpage(gettext('invalid_card')); # . ": ". $self->payinfo; $payinfo = $1; validate($payinfo) |