From 709fb1259715b7bd353a6a6e37274f253fcb0c11 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 21 Dec 2006 03:05:26 +0000 Subject: [PATCH] fix on-demand payment form when making payments from masked data --- httemplate/misc/payment.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index 081964e93..d7a2c2daf 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -153,7 +153,7 @@ function OLiframeContent(src, width, height, name) { % } elsif ( $payby eq 'CHEK' ) { % my( $payinfo1, $payinfo2, $payname, $ss ) = ( '', '', '', '' ); % if ( $cust_main->payby =~ /^(CHEK|DCHK)$/ ) { -% $cust_main->paymask =~ /^(\d+)\@(\d+)$/ +% $cust_main->paymask =~ /^([\dx]+)\@([\dx]+)$/ % or die "unparsable payinfo ". $cust_main->payinfo; % ($payinfo1, $payinfo2) = ($1, $2); % $payname = $cust_main->payname; -- 2.11.0