71513: Card tokenization [token_check]
[freeside.git] / FS / FS / payinfo_transaction_Mixin.pm
index 50659ac..c27d049 100644 (file)
@@ -102,7 +102,7 @@ auth, and order_number) as well as payby and payinfo
 sub payinfo_check {
   my $self = shift;
 
-  # All of these can be null, so in principle this could go in payinfo_Mixin.
+  my $conf = new FS::Conf;
 
   $self->SUPER::payinfo_check()
   || $self->ut_numbern('gatewaynum')