summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-11-15 02:49:35 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-11-15 02:49:35 -0600
commiteb58fee531cc006272224446e5a518085c4ec9be (patch)
tree1fe08bb86d4b97510e58686d43db0568027c7d30 /FS/FS/ClientAPI
parentda820d8c8837dce295e7cbd61accc22c4c019e14 (diff)
71513: Card tokenization [bug fix to selfservice-payment_gateway removal]
Diffstat (limited to 'FS/FS/ClientAPI')
-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) {