projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0681d05
)
Update for save card.
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 11 Apr 2018 14:15:32 +0000
(10:15 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 11 Apr 2018 14:15:32 +0000
(10:15 -0400)
Can only be used if proc_method is Authorize.net
views/common/billing/paymentForm.html
patch
|
blob
|
history
diff --git
a/views/common/billing/paymentForm.html
b/views/common/billing/paymentForm.html
index
7470083
..
c669b99
100644
(file)
--- a/
views/common/billing/paymentForm.html
+++ b/
views/common/billing/paymentForm.html
@@
-166,6
+166,7
@@
</div>
</div>
+ {if $billing_settings.proc_methods == 2}
<div class="glm-billing-field glm-billing-credit glm-billing-card">
<div clas="glm-billing-label">
You may also have us save your credit card details with our secure credit card processor to
@@
-178,6
+179,7
@@
</label>
</div>
</div>
+ {/if}
</fieldset>