summaryrefslogtreecommitdiff
path: root/FS/FS/pay_batch.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-13 14:06:45 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-13 14:06:45 -0700
commit2579181f50c6914c94708dd4bc9f83f7f679fe96 (patch)
treed2e07a532e3245ee621d35c76b216a389b102eed /FS/FS/pay_batch.pm
parent70a34c5128f11c32ce199b6b87d205c98cd41357 (diff)
unclosed quotation in error message nit
Diffstat (limited to 'FS/FS/pay_batch.pm')
-rw-r--r--FS/FS/pay_batch.pm2
1 files changed, 1 insertions, 1 deletions
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;