summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-11-15 02:49:35 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-11-29 05:05:35 -0600
commit995b2edc47e2285db5c2cd64ef0783f2cbc37ee8 (patch)
treea330b9e4926bfd164b4d2cf9b26db342d66c8f5e
parent5f2c60fc31d06443fb43b30f62a4d2789aad55cd (diff)
71513: Card tokenization [bug fix to selfservice-payment_gateway removal]
-rw-r--r--FS/FS/ClientAPI/Signup.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index 7fad7b3..5ced42b 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) {