summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-05-11 11:29:36 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-05-24 08:02:52 -0400
commit9f40a9761707d5ea38e3a53e01ed2dab31aabca7 (patch)
tree167b9ad1ea8a08b04cb10015e9b14d73ee3c54af /FS/FS/Conf.pm
parent44966ebb81f3dba2aeefa108744edb960320614c (diff)
RT# 79737 - Added ability to us a cc surcharge of a flat fee.
Conflicts: httemplate/elements/tr-select-payment_options.html
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 2812662..10ae245 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -804,6 +804,14 @@ my $validate_email = sub { $_[0] =~
},
{
+ 'key' => 'credit-card-surcharge-flatfee',
+ 'section' => 'credit_cards',
+ 'description' => 'Add a credit card surcharge to invoices, as a flat fee.',
+ 'type' => 'text',
+ 'per_agent' => 1,
+ },
+
+ {
'key' => 'discount-show-always',
'section' => 'invoicing',
'description' => 'Generate a line item on an invoice even when a package is discounted 100%',