From: Chris Sharp Date: Wed, 20 Jan 2021 21:02:02 +0000 (-0500) Subject: OPAC: update regex for postal code, correct typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d2f2d6585f8de9a3453f3f5bc6446eabeee5eceb;p=evergreen%2Fpines.git OPAC: update regex for postal code, correct typo --- 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 %]