skin up self-service according to config passed from backend, RT#5530
[freeside.git] / fs_selfservice / FS-SelfService / cgi / ach_payment_results.html
1 <%= $url = "$selfurl?session=$session_id;action="; ''; %>
2 <%= include('header') %>
3
4 <FONT SIZE=4>Payment results</FONT><BR><BR>
5 <%= if ( $error ) {
6   $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error processing your payment: $error</FONT>!;
7 } else {
8   $OUT .= 'Your payment was processed successfully.  Thank you.';
9 } %>
10
11 <%= include('footer') %>