From d2f2d6585f8de9a3453f3f5bc6446eabeee5eceb Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 20 Jan 2021 16:02:02 -0500 Subject: [PATCH] OPAC: update regex for postal code, correct typo --- .../opac/myopac/main_payment_form.tt2 | 147 +++++++++++++++++++++ 1 file changed, 147 insertions(+) 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 954fe7c297..8a48f6ab2a 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 @@ -86,6 +86,153 @@ [% FOR xact IN CGI.param('xact_misc') %] [% END %] + [% IF ctx.use_stripe %] + + [% END %] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [% USE zip=String(ctx.user.billing_address.post_code) %] + + + +
[% l('Billing Information') %]
+ + + [% l("Update") %] +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[% l('Credit Card Information') %]
+ +
+ +
+ +
+
+ [% l('Total amount:') %] + [% money(ctx.fines.balance_owed) %]
+ + + [% l('Cancel') %] +
+
+
+ [% INCLUDE "opac/parts/myopac/main_refund_policy.tt2" %] + [% END %] -- 2.11.0