From a5e7b5253d9eb85faf0089821d45b57e744d7dfb Mon Sep 17 00:00:00 2001 From: Grisha Pomadchin Date: Thu, 3 Apr 2014 13:52:08 +0400 Subject: [PATCH] +method fix name --- lib/IntaroCrm/RestApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IntaroCrm/RestApi.php b/lib/IntaroCrm/RestApi.php index c5e12e7..047673a 100644 --- a/lib/IntaroCrm/RestApi.php +++ b/lib/IntaroCrm/RestApi.php @@ -171,7 +171,7 @@ class RestApi * @param int $offset - сдвиг * @return array - массив клиентов */ - public function customersFind($phone = null, $email = null, $fio = null, $limit = 200, $offset = 0) + public function customers($phone = null, $email = null, $fio = null, $limit = 200, $offset = 0) { $url = $this->apiUrl.'customers'; $this->parameters['phone'] = $phone;