diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-10-03 11:15:51 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-10-03 11:15:51 -0400 |
commit | 8f1188e8550992bf3d9078e7a6042420eaf92bd5 (patch) | |
tree | b3c0d2bfda4895d0c3f34773412237f2ff00cd97 /fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | |
parent | 8202103585cb218da090f18a8f0ce71af4bada8e (diff) |
RT# 77193 - updated selfservice change payment accounts to work with version 4
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/myaccount_menu.html')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html index 6af5e5ec0..1bc35e34c 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html @@ -93,9 +93,10 @@ push @menu, unless ( $access_pkgnum ) { push @menu, - { title=>'Change billing address', url=>'change_bill', indent=>2 }, - { title=>'Change service address', url=>'change_ship', indent=>2 }, - { title=>'Change payment information', url=>'change_pay', indent=>2 }, + { title=>'Change billing address', url=>'change_bill', indent=>2 }, + { title=>'Change service address', url=>'change_ship', indent=>2 }, + { title=>'Change credit card information', url=>'change_creditcard_pay', indent=>2 }, + { title=>'Change check information', url=>'change_check_pay', indent=>2 }, ; } |