From aba730295d77c008b41026d4648e5c2dd00cedc5 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Wed, 23 Dec 2015 10:12:52 +0300 Subject: [PATCH] Update ApiClient.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Опечатка в storeInventoriesUpload --- lib/RetailCrm/ApiClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/RetailCrm/ApiClient.php b/lib/RetailCrm/ApiClient.php index 593c63f..e670b31 100644 --- a/lib/RetailCrm/ApiClient.php +++ b/lib/RetailCrm/ApiClient.php @@ -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(