import torrus 1.0.9
[freeside.git] / fs_selfservice / FS-SelfService / cgi / payment_results.html
1 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
2 <%= include('header', 'Payment results') %>
3
4 <%= if ( $error ) {
5   $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error processing your payment: $error</FONT>!;
6 } else {
7   $OUT .= 'Your payment was processed successfully.  Thank you.';
8 } %>
9
10 <%= include('footer') %>