summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2004-04-20 20:24:36 +0000
committerivan <ivan>2004-04-20 20:24:36 +0000
commitb563ce9b834e4b8c3b2f0508f6c528d8b881e08d (patch)
treed204042ed1c17ec216e32add2c9a228663d3db7d /FS
parent953a05aefc990758f185d5284cdcbe8566b0229d (diff)
silly bug noticed by matthewd
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/ClientAPI/MyAccount.pm2
1 files changed, 1 insertions, 1 deletions
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;
}