add warning to flat fee description too, RT#79737
authorIvan Kohler <ivan@freeside.biz>
Tue, 17 Jul 2018 01:31:17 +0000 (18:31 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 17 Jul 2018 01:31:17 +0000 (18:31 -0700)
FS/FS/Conf.pm

index 5c6c411..76ba306 100644 (file)
@@ -783,7 +783,7 @@ my $validate_email = sub { $_[0] =~
   {
     'key'         => 'credit-card-surcharge-flatfee',
     'section'     => 'credit_cards',
   {
     '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,
   },
     'type'        => 'text',
     'per_agent'   => 1,
   },