From: ivan Date: Tue, 20 Apr 2004 20:24:36 +0000 (+0000) Subject: silly bug noticed by matthewd X-Git-Tag: BEFORE_FINAL_MASONIZE~1140 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b563ce9b834e4b8c3b2f0508f6c528d8b881e08d silly bug noticed by matthewd --- diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index 16fb8bf7a..d2b6e0450 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -118,7 +118,7 @@ sub customer_info { } 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; }