summaryrefslogtreecommitdiff
path: root/FS/FS/payinfo_transaction_Mixin.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-12-03 10:36:03 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-12-03 10:36:03 -0600
commit9a8399783bb9d87ef662b4371bebe983d2781dce (patch)
treefd4e2fb4c1348b1d532f17d44884b5ed35752473 /FS/FS/payinfo_transaction_Mixin.pm
parent0ed150d5dd7027513942b74eb362460bc7c2e884 (diff)
71513: Card tokenization [refund gateway choice]
Diffstat (limited to 'FS/FS/payinfo_transaction_Mixin.pm')
-rw-r--r--FS/FS/payinfo_transaction_Mixin.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/FS/FS/payinfo_transaction_Mixin.pm b/FS/FS/payinfo_transaction_Mixin.pm
index c27d049..1b5a0cd 100644
--- a/FS/FS/payinfo_transaction_Mixin.pm
+++ b/FS/FS/payinfo_transaction_Mixin.pm
@@ -102,8 +102,6 @@ auth, and order_number) as well as payby and payinfo
sub payinfo_check {
my $self = shift;
- my $conf = new FS::Conf;
-
$self->SUPER::payinfo_check()
|| $self->ut_numbern('gatewaynum')
# not ut_foreign_keyn, it causes upgrades to fail