summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2006-12-29 08:35:51 +0000
committerivan <ivan>2006-12-29 08:35:51 +0000
commitb5a848358ad73e0d74eb2753123eecc6afabf730 (patch)
treee850d3d186c670cab2df3027015045e8702fe01c /httemplate
parentd60a734b5602b3a94164f17f7b0ee74d11443008 (diff)
just in case it gets capitalized
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/misc/payment.cgi2
-rw-r--r--httemplate/misc/process/payment.cgi2
2 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi
index d7a2c2daf..73a9c6297 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 =~ /^([\dx]+)\@([\dx]+)$/
+% $cust_main->paymask =~ /^([\dx]+)\@([\dx]+)$/i
% or die "unparsable payinfo ". $cust_main->payinfo;
% ($payinfo1, $payinfo2) = ($1, $2);
% $payname = $cust_main->payname;
diff --git a/httemplate/misc/process/payment.cgi b/httemplate/misc/process/payment.cgi
index d591db1e8..c5638c585 100644
--- a/httemplate/misc/process/payment.cgi
+++ b/httemplate/misc/process/payment.cgi
@@ -44,7 +44,7 @@
%my $paycvv = '';
%if ( $payby eq 'CHEK' ) {
%
-% if ($cgi->param('payinfo1') =~ /xx/ || $cgi->param('payinfo2') =~ /xx/ ) {
+% if ($cgi->param('payinfo1') =~ /xx/i || $cgi->param('payinfo2') =~ /xx/i ) {
% $payinfo = $cust_main->payinfo;
% } else {
% $cgi->param('payinfo1') =~ /^(\d+)$/