From: Ivan Kohler Date: Fri, 29 Jan 2016 22:39:23 +0000 (-0800) Subject: fix card-types config in backend (one-off payments), RT#40125, RT#39861 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d5c3ae3442a2ced726c83c4d78fde2bae3ba1691 fix card-types config in backend (one-off payments), RT#40125, RT#39861 --- diff --git a/httemplate/misc/process/payment.cgi b/httemplate/misc/process/payment.cgi index 01f7deebc..51fb0500c 100644 --- a/httemplate/misc/process/payment.cgi +++ b/httemplate/misc/process/payment.cgi @@ -140,7 +140,7 @@ if ( $payby eq 'CHEK' ) { validate($payinfo) or errorpage(gettext('invalid_card')); - unless ( $self->payinfo =~ /^99\d{14}$/ ) { #token + unless ( $payinfo =~ /^99\d{14}$/ ) { #token my $cardtype = cardtype($payinfo);