[freeside-commits]
freeside/httemplate/misc/process payment.cgi, 1.6, 1.7
Ivan,,,
ivan at wavetail.420.am
Fri Dec 29 00:35:54 PST 2006
Update of /home/cvs/cvsroot/freeside/httemplate/misc/process
In directory wavetail:/tmp/cvs-serv3349
Modified Files:
payment.cgi
Log Message:
just in case it gets capitalized
Index: payment.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/process/payment.cgi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- payment.cgi 14 Dec 2006 06:00:45 -0000 1.6
+++ payment.cgi 29 Dec 2006 08:35:51 -0000 1.7
@@ -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+)$/
More information about the freeside-commits
mailing list