Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / fs_selfservice / FS-SelfService / cgi / payment_results.html
1 <%= include('header', 'Payment results') %>
2
3 <%= if ( $error ) {
4   $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error processing your payment: $error</FONT>!;
5 } else {
6   $OUT .= 'Your payment was processed successfully.  Thank you.<BR><BR>'
7         . $receipt_html;
8 } %>
9
10 <%= include('footer') %>