clean up payinfo_Mixin to use payby.pm for payby info and have card masking full...
[freeside.git] / htetc / handler.pl
index d7a6c6a..2272e26 100644 (file)
@@ -114,7 +114,7 @@ sub handler
       }
       use Text::CSV_XS;
       use Spreadsheet::WriteExcel;
-      use Business::CreditCard;
+      use Business::CreditCard 0.30; #for mask-aware cardtype()
       use String::Approx qw(amatch);
       use Chart::LinesPoints;
       use Chart::Mountain;