From f079061ec1005edbb9d292377bf4eb1a769fa681 Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Mon, 11 Jun 2018 20:31:59 -0500 Subject: [PATCH] RT# 80513 Selfservice not reflecting change to payinfo --- FS/FS/ClientAPI/MyAccount.pm | 1 + 1 file changed, 1 insertion(+) 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); -- 2.11.0