9c602229027091f643cdef814f99ef25864f83f9
[freeside.git] / 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') %>