Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / fs_selfservice / FS-SelfService / cgi / payment_results.html
index 9cdb65e..04a0611 100644 (file)
@@ -1,10 +1,10 @@
-<%= $url = "$selfurl?session=$session_id;action="; ''; %>
 <%= include('header', 'Payment results') %>
 
 <%= 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') %>