Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / fs_selfservice / FS-SelfService / cgi / ach_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.';
7 } %>
8
9 <%= include('footer') %>