From: Terran McCanna Date: Wed, 22 Mar 2023 16:15:19 +0000 (-0400) Subject: PINES - Stripe warning message X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a57f0075e28f43be04b4d178813c4ce97f34c3ad;p=evergreen%2Fpines.git PINES - Stripe warning message Adds message to OPAC about paying in person if their online payment does not work. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 index cbcee6c207..e0326c2e1d 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 @@ -222,6 +222,11 @@
[% l('You have no current fines.') %]
[% ELSIF myopac_cc_allowed %]
+ + [% l('If you are unable to complete your payment, please pay in person at any PINES library.
+ Do NOT attempt to submit your payment more than once.') %]
+
+
diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/main_payment_form.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/main_payment_form.tt2 index 8fbe95919c..445578454d 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/main_payment_form.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/main_payment_form.tt2 @@ -34,7 +34,14 @@ [% END %] [% END %] [% END %] -
+ +
+ + [% l('If you are unable to complete your payment, please pay in person at any PINES library.
+ Do NOT attempt to submit your payment more than once.') %] +
+
+ [% END %] [% END %]