From: Jonathan Prykop Date: Tue, 15 Nov 2016 08:49:35 +0000 (-0600) Subject: 71513: Card tokenization [bug fix to selfservice-payment_gateway removal] X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=eb58fee531cc006272224446e5a518085c4ec9be 71513: Card tokenization [bug fix to selfservice-payment_gateway removal] --- diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm index 7fad7b308..5ced42b2a 100644 --- a/FS/FS/ClientAPI/Signup.pm +++ b/FS/FS/ClientAPI/Signup.pm @@ -1104,7 +1104,7 @@ sub capture_payment { my $conf = new FS::Conf; my $url = $packet->{url}; - my $payment_gateway = $payment_gateway = qsearchs('payment_gateway', + my $payment_gateway = qsearchs('payment_gateway', { 'gateway_callback_url' => popurl(0, $url) } ); if (!$payment_gateway) {