[freeside-commits] branch FREESIDE_4_BRANCH updated. 096bb3e9f98031580ad03d08d0695fcf96ee8cf0

Ivan ivan at 420.am
Mon Oct 17 15:21:30 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  096bb3e9f98031580ad03d08d0695fcf96ee8cf0 (commit)
      from  36176adb0901eab5696f58db918170c36a3c7c4f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 096bb3e9f98031580ad03d08d0695fcf96ee8cf0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Oct 17 15:19:55 2016 -0700

    agent-virtualize credit card surcharge percentage, RT#72961

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 1c4690d..ab16a99 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -797,6 +797,7 @@ my $validate_email = sub { $_[0] =~
     '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%.',
     'type'        => 'text',
+    'per_agent'   => 1,
   },
 
   {

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Conf.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list