From: Ivan Kohler Date: Mon, 17 Oct 2016 22:19:16 +0000 (-0700) Subject: agent-virtualize credit card surcharge percentage, RT#72961 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=389b6f1116c3309c2ee57a6c295ed1a793503095 agent-virtualize credit card surcharge percentage, RT#72961 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a48125d09..6bfe047b9 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -774,6 +774,7 @@ my $validate_email = sub { $_[0] =~ 'section' => 'credit_cards', 'description' => 'Add a credit card surcharge to invoices, as a % of the invoice total. WARNING: Although recently permitted to US merchants in general, specific consumer protection laws may prohibit or restrict this practice in California, Colorado, Connecticut, Florda, Kansas, Maine, Massachusetts, New York, Oklahome, and Texas. Surcharging is also generally prohibited in most countries outside the US, AU and UK. When allowed, typically not permitted to be above 4%.', 'type' => 'text', + 'per_agent' => 1, }, {