diff --git a/lib/IntaroCrm/RestApi.php b/lib/IntaroCrm/RestApi.php index 6d0b16c..4eee2bf 100644 --- a/lib/IntaroCrm/RestApi.php +++ b/lib/IntaroCrm/RestApi.php @@ -157,7 +157,7 @@ class RestApi $this->parameters['limit'] = $limit; $this->parameters['offset'] = $offset; - $this->parameters = array_merge($this->parameters, $filter); + $this->parameters['filter'] = $filter; $result = $this->curlRequest($url); return $result;