Credit card payments working with printable receipts
[evergreen-equinox.git] / Open-ILS / web / templates / default / opac / myopac / main_payment_form.tt2
index b7824a8..8a57d64 100644 (file)
@@ -11,7 +11,7 @@
 </div>
 [% ELSE %]
 <div id="pay_fines_now">
-    <form action="[% ctx.opac_root %]/myopac/pay" method="POST"
+    <form action="[% ctx.opac_root %]/myopac/main_pay" method="POST"
         onsubmit="return confirm('[% l("Are you sure you are ready to charge [_1] to your credit card?", money(ctx.fines.balance_owed)) %]');">
         [% FOR xact IN CGI.param('xact') %]
         <input type="hidden" name="xact" value="[% xact | html %]" />