summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html
blob: 62419d152df6e74e35dc7758364cf27113e94f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<HTML><HEAD><TITLE>MyAccount</TITLE></HEAD>
<BODY BGCOLOR="#eeeeee"><FONT SIZE=5>MyAccount</FONT><BR><BR>
<%= $url = "$selfurl?session=$session_id;action="; ''; %>
<%= include('myaccount_menu') %>
<TD VALIGN="top">
<FONT SIZE=4>Payment results</FONT><BR><BR>
<%= if ( $error ) {
  $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error processing your payment: $error</FONT>!;
} else {
  $OUT .= 'Your payment was processed successfully.  Thank you.';
} %>
</TD></TR></TABLE>
<%= include('footer') %>