1
0
mirror of synced 2025-02-16 15:03:17 +03:00

Update ApiClient.php

Опечатка в storeInventoriesUpload
This commit is contained in:
Alex Lushpai 2015-12-23 10:12:52 +03:00
parent 3a3d0c2658
commit aba730295d

View File

@ -411,7 +411,7 @@ class ApiClient
public function storeInventoriesUpload(array $offers, $site = null) public function storeInventoriesUpload(array $offers, $site = null)
{ {
if (!sizeof($offers)) { if (!sizeof($offers)) {
throw new \InvalidArgumentException('Parameter `offers` must contains array of the customers'); throw new \InvalidArgumentException('Parameter `offers` must contains array of the offers');
} }
return $this->client->makeRequest( return $this->client->makeRequest(