Update ApiClient.php
Опечатка в storeInventoriesUpload
This commit is contained in:
parent
3a3d0c2658
commit
aba730295d
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ class ApiClient
|
|||
public function storeInventoriesUpload(array $offers, $site = null)
|
||||
{
|
||||
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(
|
||||
|
|
Loading…
Add table
Reference in a new issue