From 0e67fece41564e146c1dbf322e73c24ceb984e61 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 11 Apr 2018 10:15:32 -0400 Subject: [PATCH] Update for save card. Can only be used if proc_method is Authorize.net --- views/common/billing/paymentForm.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/common/billing/paymentForm.html b/views/common/billing/paymentForm.html index 7470083..c669b99 100644 --- a/views/common/billing/paymentForm.html +++ b/views/common/billing/paymentForm.html @@ -166,6 +166,7 @@ + {if $billing_settings.proc_methods == 2}
You may also have us save your credit card details with our secure credit card processor to @@ -178,6 +179,7 @@
+ {/if} -- 2.17.1