summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/payment_results.html
blob: 04a0611d02b6ac36ec940a3003d0f9984f2ddcbd (plain)
1
2
3
4
5
6
7
8
9
10
<%= include('header', 'Payment results') %>

<%= if ( $error ) {
  $OUT .= qq!<FONT SIZE="+1" COLOR="#ff0000">Error processing your payment: $error</FONT>!;
} else {
  $OUT .= 'Your payment was processed successfully.  Thank you.<BR><BR>'
	. $receipt_html;
} %>

<%= include('footer') %>