Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmany authored and RCheesley committed Aug 14, 2020
1 parent 9c6880b commit 2ea0ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bundles/WebhookBundle/Helper/CampaignHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function fireWebhook(array $config, Lead $contact)
// dump($config);die;
$payload = $this->getPayload($config, $contact);
$headers = $this->getHeaders($config, $contact);
$url = rawurldecode(TokenHelper::findLeadTokens($config['url'], $this->getContactValues($contact), true));
$url = rawurldecode(TokenHelper::findLeadTokens($config['url'], $this->getContactValues($contact), true));
$this->makeRequest($url, $config['method'], $config['timeout'], $headers, $payload);
}

Expand Down

0 comments on commit 2ea0ac2

Please sign in to comment.