need Business::CreditCard here (1.4 only)
authorivan <ivan>
Fri, 24 Oct 2003 21:19:49 +0000 (21:19 +0000)
committerivan <ivan>
Fri, 24 Oct 2003 21:19:49 +0000 (21:19 +0000)
FS/FS/cust_bill.pm

index 94299e8..55a66b7 100644 (file)
@@ -839,6 +839,7 @@ sub realtime_bop {
   #remove paycvv after initial transaction
   #make this disable-able via a config option if anyone insists?  
   # (though that probably violates cardholder agreements)
+  use Business::CreditCard;
   if ( defined $cust_main->dbdef_table->column('paycvv')
        && length($cust_main->paycvv)
        && ! grep { $_ eq cardtype($cust_main->payinfo) } $conf->config('cvv-save')