[freeside-commits] branch master updated. 0d81877c6ae8ea9732065f5400ff37a7458587ed

Mark Wells mark at 420.am
Sat Sep 21 20:22:28 PDT 2013


The branch, master has been updated
       via  0d81877c6ae8ea9732065f5400ff37a7458587ed (commit)
      from  60e557fcb48a2aea0aa4ddc5132b7afc8fe82a26 (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 0d81877c6ae8ea9732065f5400ff37a7458587ed
Author: Mark Wells <mark at freeside.biz>
Date:   Sat Sep 21 20:22:04 2013 -0700

    use Business::CreditCard in cust_payby, #23741

diff --git a/FS/FS/cust_payby.pm b/FS/FS/cust_payby.pm
index 68c8245..5914ab5 100644
--- a/FS/FS/cust_payby.pm
+++ b/FS/FS/cust_payby.pm
@@ -6,6 +6,7 @@ use FS::UID;
 use FS::Record qw( qsearchs ); #qsearch;
 use FS::payby;
 use FS::cust_main;
+use Business::CreditCard qw( validate cardtype );
 
 use vars qw( $conf @encrypted_fields
              $ignore_expired_card $ignore_banned_card

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

Summary of changes:
 FS/FS/cust_payby.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list