summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-01-29 14:39:23 -0800
committerIvan Kohler <ivan@freeside.biz>2016-01-29 14:39:23 -0800
commitd5c3ae3442a2ced726c83c4d78fde2bae3ba1691 (patch)
tree0dd18fccda62b8a6397eaee04f91cc7901b5bfde /httemplate/misc/process
parentdb676d7c8aaa25f5d749c28b8f6bc1908a37c144 (diff)
fix card-types config in backend (one-off payments), RT#40125, RT#39861
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r--httemplate/misc/process/payment.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/payment.cgi b/httemplate/misc/process/payment.cgi
index 01f7dee..51fb050 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);