diff --git a/src/Service/Leads.php b/src/Service/Leads.php index 6a08b39..99458b0 100644 --- a/src/Service/Leads.php +++ b/src/Service/Leads.php @@ -190,7 +190,7 @@ public function downloadLeads( null ); - $response = $this->httpClient->sendRequest($request); + $response = $this->sendRequest($request); /** @var array $decodedJson */ $decodedJson = json_decode(