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=62419d152df6e74e35dc7758364cf27113e94f4e;hb=74e058c8a010ef6feb539248a550d0bb169c1e94;hpb=8e219ac3d60ba254c9bbc40adfeb2ebe40fd2b5f diff --git a/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html b/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html index 62419d152..9cdb65e36 100644 --- a/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html +++ b/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html @@ -1,13 +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.'; } %> - + <%= include('footer') %>