summaryrefslogtreecommitdiff
path: root/httemplate/misc/payment.cgi
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-05-11 20:43:48 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-05-24 09:17:01 -0400
commit3e9862885750180d31ec85135a8c4e3d6571875a (patch)
treeb244fe2e857350208f25b2e128d4cf615d6997cd /httemplate/misc/payment.cgi
parentc85d36a31cd15e8d06f9dfc7d2591f918d278d89 (diff)
RT# 79737 - fixed error in code
Diffstat (limited to 'httemplate/misc/payment.cgi')
-rw-r--r--httemplate/misc/payment.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi
index 36ae77bdf..44904fba6 100644
--- a/httemplate/misc/payment.cgi
+++ b/httemplate/misc/payment.cgi
@@ -22,7 +22,7 @@
? scalar($conf->config('credit-card-surcharge-percentage', $cust_main->agentnum))
: 0
),
- 'surcharge_flatfee:Q' =>
+ 'surcharge_flatfee' =>
( $payby eq 'CARD'
? scalar($conf->config('credit-card-surcharge-flatfee', $cust_main->agentnum))
: 0