[freeside-commits] branch master updated. bc330b42139caf8fadbf4c0c5b4e866f53271a95

Ivan ivan at 420.am
Tue Sep 13 14:06:45 PDT 2016


The branch, master has been updated
       via  bc330b42139caf8fadbf4c0c5b4e866f53271a95 (commit)
      from  634c4c50c2d866e94229c7eecd9aace726ac9e99 (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 bc330b42139caf8fadbf4c0c5b4e866f53271a95
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Sep 13 14:06:44 2016 -0700

    unclosed quotation in error message nit

diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm
index 02c8e34..1049751 100644
--- a/FS/FS/pay_batch.pm
+++ b/FS/FS/pay_batch.pm
@@ -9,7 +9,7 @@ use List::Util qw(sum);
 use Time::Local;
 use Text::CSV_XS;
 use Date::Parse qw(str2time);
-use Business::CreditCard qw(cardtype);
+use Business::CreditCard qw( 0.35 cardtype );
 use FS::Record qw( dbh qsearch qsearchs );
 use FS::Conf;
 use FS::cust_pay;

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

Summary of changes:
 FS/FS/pay_batch.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list