From a57f0075e28f43be04b4d178813c4ce97f34c3ad Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 22 Mar 2023 12:15:19 -0400 Subject: [PATCH] PINES - Stripe warning message Adds message to OPAC about paying in person if their online payment does not work. Signed-off-by: Terran McCanna --- Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 | 5 +++++ .../src/templates-bootstrap/opac/myopac/main_payment_form.tt2 | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) 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 %] -- 2.11.0