1
0
mirror of synced 2024-11-22 05:16:07 +03:00

+method fix name

This commit is contained in:
Grisha Pomadchin 2014-04-03 13:52:08 +04:00
parent 66139a5e8e
commit a5e7b5253d

View File

@ -171,7 +171,7 @@ class RestApi
* @param int $offset - сдвиг * @param int $offset - сдвиг
* @return array - массив клиентов * @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'; $url = $this->apiUrl.'customers';
$this->parameters['phone'] = $phone; $this->parameters['phone'] = $phone;