diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-05-11 20:43:48 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-05-11 20:43:48 -0400 |
commit | 18bc864bfbf806ea49323094f2f571e9cefd0498 (patch) | |
tree | 57936d00c4b03d29d2cc2da3a5b1288e760b3fc1 /httemplate/misc | |
parent | 01c9143a54bf5e1513537547fd362822f58d1e2a (diff) |
RT# 79737 - fixed error in code
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/payment.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index de060b010..4f6f7ef75 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -25,7 +25,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 |