summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-10-03 11:15:51 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-10-06 10:16:23 -0400
commitddc96f96d3e8cf5239bbedad2c2067e80eaa02f2 (patch)
tree71fc32b2548519049beb9219c8698035bdeb8a8b /fs_selfservice/FS-SelfService/cgi/myaccount_menu.html
parent576f6400095474dc9d2ba5fb4c01f90af16cd037 (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.html7
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 },
;
}