Merge branch 'patch-3' of https://github.com/gjones2/Freeside (fix closing tag)
[freeside.git] / fs_selfservice / FS-SelfService / cgi / payment_results.html
index 987b97e..be727cb 100644 (file)
@@ -1,11 +1,11 @@
 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
-<%= include('header') %>
+<%= include('header', 'Payment results') %>
 
-<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.';
+  $OUT .= 'Your payment was processed successfully.  Thank you.<BR><BR>'
+       . $receipt_html;
 } %>
 
 <%= include('footer') %>