summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-07-20 13:02:08 -0700
committerIvan Kohler <ivan@freeside.biz>2016-07-20 13:02:08 -0700
commite9a7ae3aadab31f34c6bacb2376f817ecd4d7d8d (patch)
treec3f57182d2f10b138de96f89502b51c42219a6cb /FS/FS/ClientAPI
parent1e63ee17a4f08d65f163bfa0bae4b8490cb4fae3 (diff)
new mastercard ranges
Diffstat (limited to 'FS/FS/ClientAPI')
-rw-r--r--FS/FS/ClientAPI/MyAccount.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm
index 531b2e2..d767e91 100644
--- a/FS/FS/ClientAPI/MyAccount.pm
+++ b/FS/FS/ClientAPI/MyAccount.pm
@@ -11,7 +11,7 @@ use Digest::SHA qw(sha512_hex);
use Date::Format;
use Time::Duration;
use Time::Local qw(timelocal_nocheck);
-use Business::CreditCard;
+use Business::CreditCard 0.35;
use HTML::Entities;
use Text::CSV_XS;
use Spreadsheet::WriteExcel;