freeside/FS/FS/ClientAPI MyAccount.pm,1.17,1.18
ivan
ivan at pouncequick.420.am
Tue Apr 20 13:24:40 PDT 2004
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory pouncequick:/tmp/cvs-serv11208
Modified Files:
MyAccount.pm
Log Message:
silly bug noticed by matthewd
Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- MyAccount.pm 20 Apr 2004 00:58:03 -0000 1.17
+++ MyAccount.pm 20 Apr 2004 20:24:36 -0000 1.18
@@ -118,7 +118,7 @@
}
if ( $cust_main->payby =~ /^(CARD|DCRD)$/ ) {
- $return{payinfo} = $cust_main->masked_payinfo;
+ $return{payinfo} = $cust_main->payinfo_masked;
@return{'month', 'year'} = $cust_main->paydate_monthyear;
}
More information about the freeside-commits
mailing list