summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-payment_options.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-select-payment_options.html')
-rw-r--r--httemplate/elements/tr-select-payment_options.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-payment_options.html b/httemplate/elements/tr-select-payment_options.html
index 2304c22d0..8859b9b36 100644
--- a/httemplate/elements/tr-select-payment_options.html
+++ b/httemplate/elements/tr-select-payment_options.html
@@ -17,6 +17,11 @@ Example:
? 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
+ ),
)
</%doc>