From 1fcb4ef3e4e3ad7eae7067d37e7675efa37680fb Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Mon, 5 Nov 2018 17:44:50 -0500 Subject: RT# 76093 - Added ability to charge a processing fee when taking a payment on the back end --- httemplate/misc/payment.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/misc/payment.cgi') diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index 77f5acd6a..7911a5dd9 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -29,6 +29,7 @@ ? scalar($conf->config('credit-card-surcharge-flatfee', $cust_main->agentnum)) : 0 ), + 'processing_fee' => scalar($conf->config('processing-fee', $cust_main->agentnum)), &> % if ( $conf->exists('part_pkg-term_discounts') ) { -- cgit v1.2.1