X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=302bae72c605a6b7b3fe23ee9ae37c27a349f795;hb=8944f813b2d664b38bcbe349ac6897a0314e3b9d;hp=35932b8bd3da568e5f0db24607cf237574850d3d;hpb=7f751940088ed6dabcf6cbcd67993313296b21bc;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 35932b8bd..302bae72c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -783,7 +783,15 @@ 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.', + 'description' => 'Add a credit card surcharge to invoices, as a flat fee. 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, + }, + + { + 'key' => 'credit-card-surcharge-text', + 'section' => 'credit_cards', + 'description' => 'Text for the credit card surcharge invoice line. If not set, it will default to Credit Card Surcharge.', 'type' => 'text', 'per_agent' => 1, }, @@ -2169,7 +2177,7 @@ and customer address. Include units.', { 'key' => 'unmask_ss', - 'section' => 'e-checks', + 'section' => 'deprecated', 'description' => "Don't mask social security numbers in the web interface.", 'type' => 'checkbox', },