X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fach_payment_results.html;h=9c602229027091f643cdef814f99ef25864f83f9;hb=877a4eb85cb847bd314d6a9192fedb1dc35c5d02;hp=9fe400faf7d8367aeef8d6648014d6cdcad35070;hpb=7cdcb8d249f66efdbd5eb4efdd6e07f0f7948b49;p=freeside.git diff --git a/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html b/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html index 9fe400faf..9c6022290 100644 --- a/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html +++ b/fs_selfservice/FS-SelfService/cgi/ach_payment_results.html @@ -1,16 +1,9 @@ -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') %>