X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=bd544c9447a83187a975c70a6b3347ebf9a25bb2;hp=35932b8bd3da568e5f0db24607cf237574850d3d;hb=2082afa31ef1e98cf2afbc7d8365935f92cc61d0;hpb=7f751940088ed6dabcf6cbcd67993313296b21bc diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 35932b8bd..bd544c944 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -783,7 +783,7 @@ 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, }, @@ -2169,7 +2169,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', },