From ddc96f96d3e8cf5239bbedad2c2067e80eaa02f2 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 3 Oct 2017 11:15:51 -0400 Subject: RT# 77193 - updated selfservice change payment accounts to work with version 4 --- fs_selfservice/FS-SelfService/cgi/myaccount_menu.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'fs_selfservice/FS-SelfService/cgi/myaccount_menu.html') 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 }, ; } -- cgit v1.2.1