From c73898126ddaac40d84e59d4ee2413a90dfb2918 Mon Sep 17 00:00:00 2001 From: Dmitry Gladyshev Date: Mon, 4 Apr 2022 11:50:49 +0300 Subject: [PATCH] fix download leads --- src/Service/Leads.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(