diff options
| -rw-r--r-- | httemplate/misc/payment.cgi | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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; | 
