LP1912411 Display Stripe Form in Bootstrap OPAC user/mccanna/lp1912411_stripe_form_display
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 19 Jan 2021 22:10:04 +0000 (17:10 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Tue, 19 Jan 2021 22:10:04 +0000 (17:10 -0500)
This displays the Stripe Form that had been hidden in the Bootstrap
OPAC when Stripe is enabled.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/myopac/main_payment_form.tt2

index ea17013..f07eed0 100755 (executable)
@@ -27,7 +27,7 @@
 [% END %]
 <div class="container">
 <hr>
-<div id="pay_fines_now"[% IF ctx.use_stripe %] class="hide_me"[% END %]>
+<div id="pay_fines_now"[% IF !ctx.use_stripe %] class="hide_me"[% END %]>
      [% IF last_chance %]
     <h3>[% l("Confirm Payment") %]</h3>