X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fpayment_results.html;h=9cdb65e3669a3337628647ae49cb2f22586ab285;hp=92c8cf51b2a9c9ef0c6e3a7771e5f1a5710c97ee;hb=d7eafc9c9aae2bf47ea19a56cc5bb1380c5874e4;hpb=eb9668a6f3181ee02cb335272c5ee4616e61fd09 diff --git a/fs_selfservice/FS-SelfService/cgi/payment_results.html b/fs_selfservice/FS-SelfService/cgi/payment_results.html index 92c8cf51b..9cdb65e36 100644 --- a/fs_selfservice/FS-SelfService/cgi/payment_results.html +++ b/fs_selfservice/FS-SelfService/cgi/payment_results.html @@ -1,18 +1,10 @@ -MyAccount -MyAccount

<%= $url = "$selfurl?session=$session_id;action="; ''; %> -
-MyAccount
- -
-Payment results

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