<%= include('header', 'Make a payment') %>
<%= if ($balance > 0) { $OUT .= < EOF } %> <%= $tr_amount_fee %> <%= include('discount_term') %> <%= include('card') %> <%= my $save_ck = $save_unchecked ? '' : 'CHECKED'; my $auto_ck = $payby eq 'CARD' ? ' CHECKED' : ''; if ( $payby eq 'CARD' && ! $save_unchecked ) { $OUT .=< EOF } else { $OUT .=< EOF } %>
Amount Due
$money_char$balance
Card type
Remember this card and billing address, and charge future payments to this card automatically
Remember this card and billing address
Charge future payments to this card automatically

<%= include('footer') %>