From: Mitch Jackson Date: Tue, 12 Jun 2018 01:31:59 +0000 (-0500) Subject: RT# 80513 Selfservice not reflecting change to payinfo X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f079061ec1005edbb9d292377bf4eb1a769fa681;ds=sidebyside RT# 80513 Selfservice not reflecting change to payinfo --- diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index 60a70fddc..263b3116b 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -1742,6 +1742,7 @@ sub update_payby { next unless exists($p->{$field}); $cust_payby->set($field,$p->{$field}); } + $cust_payby->set( 'paymask' => $cust_payby->mask_payinfo ); # Update column if given a value, and the given value wasn't # the value generated by $cust_main->masked($column);