diff options
author | jeff <jeff> | 2007-04-29 22:55:14 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-04-29 22:55:14 +0000 |
commit | 7cdcb8d249f66efdbd5eb4efdd6e07f0f7948b49 (patch) | |
tree | 4b5cf5789e1f37d143490293f84c4651d7b0024b /fs_selfservice/FS-SelfService/cgi/ach_payment_results.html | |
parent | ca87d33422b2d19d28773b6f2937cdb84863b124 (diff) |
ticket 1568 config options for new echeck fields and addition to selfservice interface
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/ach_payment_results.html')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/ach_payment_results.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html b/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html new file mode 100644 index 000000000..9fe400faf --- /dev/null +++ b/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html @@ -0,0 +1,16 @@ +<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> +<HR> +<FONT SIZE="-2">powered by <a href="http://www.sisd.com/freeside">freeside</a></FONT> +</BODY></HTML> + |