[freeside-commits] freeside/httemplate/search cust_pay.cgi, 1.27, 1.28

Ivan,,, ivan at wavetail.420.am
Wed Dec 13 22:00:48 PST 2006


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv15602/httemplate/search

Modified Files:
	cust_pay.cgi 
Log Message:
encryption fixes from huntsberg & jayce

Index: cust_pay.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_pay.cgi,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- cust_pay.cgi	24 Nov 2006 08:48:52 -0000	1.27
+++ cust_pay.cgi	14 Dec 2006 06:00:45 -0000	1.28
@@ -164,7 +164,7 @@
                    sub {
                      my $cust_pay = shift;
                      if ( $cust_pay->payby eq 'CARD' ) {
-                       'Card #'. $cust_pay->payinfo_masked;
+                       'Card #'. $cust_pay->paymask;
                      } elsif ( $cust_pay->payby eq 'CHEK' ) {
                        'E-check acct#'. $cust_pay->payinfo;
                      } elsif ( $cust_pay->payby eq 'BILL' ) {



More information about the freeside-commits mailing list