X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpay_batch.pm;h=104975100e545dc37a3b3b133b70fbd4141f1353;hb=e2a9dcac3b97254fc0a64ce3e2bf1ce582ce8162;hp=02c8e34b06e17369735312680e22890d2c46a433;hpb=c0607591ac4db28b1c4dee0a65546e88c5d62166;p=freeside.git diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm index 02c8e34b0..104975100 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;