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