summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2019-08-13 09:12:54 -0700
committerIvan Kohler <ivan@freeside.biz>2019-08-13 09:12:54 -0700
commitd75a2141f0f67b07aad07e9d63b0518306597b19 (patch)
treeda74f3a2fe63b6816e7dc6e74aac3c7cb0270067 /FS
parent856a547c2d699e2ba1d542763df546d6bd7a8cc9 (diff)
spelling and time
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 9e68ffc67..070b56b4a 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -775,7 +775,7 @@ my $validate_email = sub { $_[0] =~
{
'key' => 'credit-card-surcharge-percentage',
'section' => 'credit_cards',
- '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%.',
+ 'description' => 'Add a credit card surcharge to invoices, as a % of the invoice total. WARNING: Although permitted to US merchants in general since 2013, specific consumer protection laws may prohibit or restrict this practice in California, Colorado, Connecticut, Florda, Kansas, Maine, Massachusetts, New York, Oklahoma, 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,
},
@@ -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. 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%.',
+ 'description' => 'Add a credit card surcharge to invoices, as a flat fee. WARNING: Although permitted to US merchants in general since 2013, specific consumer protection laws may prohibit or restrict this practice in California, Colorado, Connecticut, Florda, Kansas, Maine, Massachusetts, New York, Oklahoma, 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,
},