[freeside-commits] branch FREESIDE_4_BRANCH updated. 4fafa700b715a7962b28ea107b77afdfe3b1330a
Ivan
ivan at 420.am
Wed Jul 20 13:03:51 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via 4fafa700b715a7962b28ea107b77afdfe3b1330a (commit)
from cba08a586052a2b43c5ea1d5b8b3635abc19fbc5 (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 4fafa700b715a7962b28ea107b77afdfe3b1330a
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jul 20 13:03:50 2016 -0700
recognize 60xx as discover, RT#71291
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 0257b04..1008fd5 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -91,7 +91,7 @@ if ( -e $addl_handler_use_file ) {
use Excel::Writer::XLSX;
#use Excel::Writer::XLSX::Utility; #redundant with above
- use Business::CreditCard 0.35; #for new mastercard ranges and visa lengths
+ use Business::CreditCard 0.36; #for best-effort cardtype() (60xx as Discover)
use NetAddr::IP;
use Net::MAC::Vendor;
use Net::Ping;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Mason.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list