From eade44a93547afab49b043ac9b66ca432cffab21 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 17 Oct 2016 15:21:37 -0700 Subject: [PATCH] agent-virtualize credit card surcharge percentage, RT#72961 --- FS/FS/Conf.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9643da122..d3d437db4 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -879,6 +879,7 @@ my $validate_email = sub { $_[0] =~ 'section' => 'billing', '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, }, { -- 2.11.0