From 6f2add8c2496952f0953ae066cfde3570610c98e Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Fri, 18 Nov 2016 05:14:22 -0600 Subject: 71513: Card tokenization [token_check] --- FS/FS/payinfo_transaction_Mixin.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'FS/FS/payinfo_transaction_Mixin.pm') diff --git a/FS/FS/payinfo_transaction_Mixin.pm b/FS/FS/payinfo_transaction_Mixin.pm index 6e4b511..c27d049 100644 --- a/FS/FS/payinfo_transaction_Mixin.pm +++ b/FS/FS/payinfo_transaction_Mixin.pm @@ -104,10 +104,6 @@ sub payinfo_check { my $conf = new FS::Conf; - # allow masked payinfo if we never save card numbers - local $FS::payinfo_Mixin::ignore_masked_payinfo = - $conf->exists('no_saved_cardnumbers') ? 1 : $FS::payinfo_Mixin::ignore_masked_payinfo; - $self->SUPER::payinfo_check() || $self->ut_numbern('gatewaynum') # not ut_foreign_keyn, it causes upgrades to fail -- cgit v1.1