[freeside-commits] branch master updated. f079061ec1005edbb9d292377bf4eb1a769fa681

Mitch Jackson mitch at freeside.biz
Mon Jun 11 18:33:35 PDT 2018


The branch, master has been updated
       via  f079061ec1005edbb9d292377bf4eb1a769fa681 (commit)
      from  ed87c04490375c6663843f8065e69a7690939b18 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f079061ec1005edbb9d292377bf4eb1a769fa681
Author: Mitch Jackson <mitch at freeside.biz>
Date:   Mon Jun 11 20:31:59 2018 -0500

    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);

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/ClientAPI/MyAccount.pm | 1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list