X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fach_payment_results.html;h=9cdb65e3669a3337628647ae49cb2f22586ab285;hp=9fe400faf7d8367aeef8d6648014d6cdcad35070;hb=74e058c8a010ef6feb539248a550d0bb169c1e94;hpb=7cdcb8d249f66efdbd5eb4efdd6e07f0f7948b49 diff --git a/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html b/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html index 9fe400faf..9cdb65e36 100644 --- a/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html +++ b/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html @@ -1,16 +1,10 @@ -MyAccount -MyAccount

<%= $url = "$selfurl?session=$session_id;action="; ''; %> -<%= include('myaccount_menu') %> - -Payment results

+<%= include('header', 'Payment results') %> + <%= if ( $error ) { $OUT .= qq!Error processing your payment: $error!; } else { $OUT .= 'Your payment was processed successfully. Thank you.'; } %> - -
-powered by freeside - +<%= include('footer') %>