summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-01-15 10:28:52 -0800
committerIvan Kohler <ivan@freeside.biz>2014-01-15 10:28:52 -0800
commitdbc37c25095f050ac6284d399e25b2668fa00609 (patch)
tree2e278ef6d22b8fb774c1cf2a304a9e2abb017874
parent069e50e62a3bd510595c77286575613e7640faa3 (diff)
update credit-charge-surcharge-percentage description, RT#27009
-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 56b753002..80022e431 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -827,7 +827,7 @@ sub reason_type_options {
{
'key' => 'credit-card-surcharge-percentage',
'section' => 'billing',
- 'description' => 'Add a credit card surcharge to invoices, as a % of the invoice total. WARNING: this is usually prohibited by merchant account / other agreements and/or law, but is currently lawful in AU and UK.',
+ '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',
},