RT# 74537 - updated to use only one payment account from cust_main
[freeside.git] / fs_selfservice / FS-SelfService / cgi / process_change_pay.html
1 <%= include('header', 'Information updated successfully' ) %>
2
3 <%=
4   if ($error) {
5     $OUT = $error;
6   }
7   else {
8     $OUT = '<FONT SIZE=4>Information updated successfully.</FONT>';
9   }
10  %>
11
12 <%= include('footer') %>