summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-05-31 15:43:00 -0700
committerIvan Kohler <ivan@freeside.biz>2018-05-31 15:43:00 -0700
commit690b42d0311236b1c07acb5bdbae32276e20e3b9 (patch)
tree29cbfa5623502448612a9fb0eed8538e4e213f7d
parent1aef4abc1ce1a8469b7b707904993647a57ab296 (diff)
add warning to flat fee description too, RT#79737
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 97a258ca0..c21d69244 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -889,7 +889,7 @@ my $validate_email = sub { $_[0] =~
{
'key' => 'credit-card-surcharge-flatfee',
'section' => 'billing',
- '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,
},