From: Ivan Kohler Date: Thu, 21 May 2015 20:07:23 +0000 (-0700) Subject: don't apply credit-card-surcharge-percentage to ACH, RT#34815 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=20a10242931eaf6ee17d3cdd0857a99449f9cfbe don't apply credit-card-surcharge-percentage to ACH, RT#34815 --- diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index 12fca2086..a48aa0120 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -17,7 +17,11 @@ 'process-display' => scalar($conf->config('manual_process-display')), 'process-skip_first' => $conf->exists('manual_process-skip_first'), 'num_payments' => scalar($cust_main->cust_pay), - 'surcharge_percentage' => scalar($conf->config('credit-card-surcharge-percentage')), + 'surcharge_percentage' => + ( $payby eq 'CARD' + ? scalar($conf->config('credit-card-surcharge-percentage')) + : 0 + ), &> % if ( $conf->exists('part_pkg-term_discounts') ) {