summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-05-30 12:32:48 -0700
committerIvan Kohler <ivan@freeside.biz>2018-05-30 12:32:48 -0700
commitec61d63e707e874ae5ba606accb192dfb6b5ef82 (patch)
treeeafaf790c9735eb4eee878ab5bb8159ff80159d7 /httemplate/misc
parentefdfd4f1dc1ad957c9aa9d4aca0d8d0f2f49806d (diff)
parenta7f520e2c78a791d32f62eacfbfef025ba7f1bc4 (diff)
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/payment.cgi5
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi
index 4fa3df773..44904fba6 100644
--- a/httemplate/misc/payment.cgi
+++ b/httemplate/misc/payment.cgi
@@ -22,6 +22,11 @@
? scalar($conf->config('credit-card-surcharge-percentage', $cust_main->agentnum))
: 0
),
+ 'surcharge_flatfee' =>
+ ( $payby eq 'CARD'
+ ? scalar($conf->config('credit-card-surcharge-flatfee', $cust_main->agentnum))
+ : 0
+ ),
&>
% if ( $conf->exists('part_pkg-term_discounts') ) {