From 0a0bb0e46136ab955bf4a76cfeb3319e370d882a Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Tue, 15 Dec 2020 13:32:52 +0300 Subject: [PATCH] Update product name, cleanup annotations (#96) --- LICENSE | 2 +- README.md | 32 ++++++++----------- composer.json | 12 +++---- lib/RetailCrm/ApiClient.php | 6 ---- lib/RetailCrm/Client/AbstractLoader.php | 6 ---- lib/RetailCrm/Client/ApiVersion3.php | 6 ---- lib/RetailCrm/Client/ApiVersion4.php | 6 ---- lib/RetailCrm/Client/ApiVersion5.php | 6 ---- lib/RetailCrm/Exception/CurlException.php | 6 ---- .../Exception/InvalidJsonException.php | 6 ---- lib/RetailCrm/Exception/LimitException.php | 6 ---- lib/RetailCrm/Http/Client.php | 6 ---- lib/RetailCrm/Http/RequestOptions.php | 6 ---- lib/RetailCrm/Methods/V3/Customers.php | 6 ---- lib/RetailCrm/Methods/V3/Orders.php | 6 ---- lib/RetailCrm/Methods/V3/Packs.php | 6 ---- lib/RetailCrm/Methods/V3/References.php | 6 ---- lib/RetailCrm/Methods/V3/Statistic.php | 6 ---- lib/RetailCrm/Methods/V3/Stores.php | 6 ---- lib/RetailCrm/Methods/V3/Telephony.php | 6 ---- lib/RetailCrm/Methods/V4/Customers.php | 6 ---- lib/RetailCrm/Methods/V4/Delivery.php | 6 ---- lib/RetailCrm/Methods/V4/Marketplace.php | 6 ---- lib/RetailCrm/Methods/V4/Orders.php | 6 ---- lib/RetailCrm/Methods/V4/Packs.php | 6 ---- lib/RetailCrm/Methods/V4/References.php | 6 ---- lib/RetailCrm/Methods/V4/Settings.php | 6 ---- lib/RetailCrm/Methods/V4/Statistic.php | 6 ---- lib/RetailCrm/Methods/V4/Stores.php | 6 ---- lib/RetailCrm/Methods/V4/Telephony.php | 6 ---- lib/RetailCrm/Methods/V4/Users.php | 6 ---- lib/RetailCrm/Methods/V5/Costs.php | 6 ---- lib/RetailCrm/Methods/V5/CustomFields.php | 6 ---- lib/RetailCrm/Methods/V5/Customers.php | 6 ---- .../Methods/V5/CustomersCorporate.php | 6 ---- lib/RetailCrm/Methods/V5/Delivery.php | 6 ---- lib/RetailCrm/Methods/V5/Files.php | 6 ---- .../Methods/V5/IntegrationPayments.php | 6 ---- lib/RetailCrm/Methods/V5/Module.php | 6 ---- lib/RetailCrm/Methods/V5/Orders.php | 6 ---- lib/RetailCrm/Methods/V5/Packs.php | 6 ---- lib/RetailCrm/Methods/V5/References.php | 6 ---- lib/RetailCrm/Methods/V5/Segments.php | 6 ---- lib/RetailCrm/Methods/V5/Settings.php | 6 ---- lib/RetailCrm/Methods/V5/Statistic.php | 6 ---- lib/RetailCrm/Methods/V5/Stores.php | 6 ---- lib/RetailCrm/Methods/V5/Tasks.php | 6 ---- lib/RetailCrm/Methods/V5/Telephony.php | 6 ---- lib/RetailCrm/Methods/V5/Users.php | 6 ---- lib/RetailCrm/Response/ApiResponse.php | 10 ++---- tests/RetailCrm/Test/TestCase.php | 6 ---- tests/RetailCrm/Tests/ApiClientTest.php | 6 ---- tests/RetailCrm/Tests/Http/ClientTest.php | 6 ---- .../Tests/Methods/CommonMethodsTest.php | 6 ---- .../Version4/ApiClientCustomersTest.php | 6 ---- .../Version4/ApiClientMarketplaceTest.php | 3 -- .../Methods/Version4/ApiClientOrdersTest.php | 6 ---- .../Methods/Version4/ApiClientPacksTest.php | 6 ---- .../Methods/Version4/ApiClientPricesTest.php | 6 ---- .../Version4/ApiClientReferenceTest.php | 6 ---- .../Methods/Version4/ApiClientStoreTest.php | 6 ---- .../Version4/ApiClientTelephonyTest.php | 6 ---- .../Methods/Version4/ApiClientUsersTest.php | 6 ---- .../ApiClientCustomersCorporateTest.php | 6 ---- .../Version5/ApiClientCustomersTest.php | 6 ---- .../Version5/ApiClientDeliveryTest.php | 6 ---- .../Methods/Version5/ApiClientFilesTest.php | 6 ---- .../Version5/ApiClientMarketplaceTest.php | 6 ---- .../Methods/Version5/ApiClientOrdersTest.php | 7 +--- .../Methods/Version5/ApiClientPacksTest.php | 6 ---- .../Methods/Version5/ApiClientPricesTest.php | 6 ---- .../Version5/ApiClientReferenceTest.php | 6 ---- .../Methods/Version5/ApiClientStoreTest.php | 6 ---- .../Methods/Version5/ApiClientTasksTest.php | 6 ---- .../Version5/ApiClientTelephonyTest.php | 6 ---- .../Methods/Version5/ApiClientUsersTest.php | 6 ---- .../Tests/Response/ApiResponseTest.php | 6 ---- 77 files changed, 23 insertions(+), 469 deletions(-) diff --git a/LICENSE b/LICENSE index 7942739..c27424b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 RetailDriver LLC +Copyright (c) 2015-2020 RetailDriver LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e88bad5..260e460 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ [![Build Status](https://github.com/retailcrm/api-client-php/workflows/ci/badge.svg)](https://github.com/retailcrm/api-client-php/actions) -[![Covarage](https://img.shields.io/codecov/c/gh/retailcrm/api-client-php/master.svg?logo=codecov)](https://codecov.io/gh/retailcrm/api-client-php) +[![Covarage](https://img.shields.io/codecov/c/gh/retailcrm/api-client-php/master.svg?logo=codecov&logoColor=white)](https://codecov.io/gh/retailcrm/api-client-php) [![Latest stable](https://img.shields.io/packagist/v/retailcrm/api-client-php.svg)](https://packagist.org/packages/retailcrm/api-client-php) -[![PHP from Packagist](https://img.shields.io/packagist/php-v/retailcrm/api-client-php.svg?logo=php)](https://packagist.org/packages/retailcrm/api-client-php) +[![PHP from Packagist](https://img.shields.io/packagist/php-v/retailcrm/api-client-php.svg?logo=php&logoColor=white)](https://packagist.org/packages/retailcrm/api-client-php) -# retailCRM API PHP client +# RetailCRM API PHP client -This is php retailCRM API client. This library allows to use all available API versions. [API documentation](http://retailcrm.github.io/api-client-php) +This is php RetailCRM API client. This library allows to use all available API versions. [API documentation](http://retailcrm.github.io/api-client-php) ## Requirements @@ -34,7 +34,7 @@ require 'path/to/vendor/autoload.php'; ### Get order ```php $client = new \RetailCrm\ApiClient( - 'https://demo.retailcrm.ru', + 'https://demo.retailcrm.pro', 'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH', \RetailCrm\ApiClient::V5 ); @@ -69,21 +69,21 @@ if ($response->isSuccessful()) { ```php $client = new \RetailCrm\ApiClient( - 'https://demo.retailcrm.ru', + 'https://demo.retailcrm.pro', 'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH', - \RetailCrm\ApiClient::V4 + \RetailCrm\ApiClient::V5 ); try { $response = $client->request->ordersCreate(array( 'externalId' => 'some-shop-order-id', - 'firstName' => 'Vasily', - 'lastName' => 'Pupkin', + 'firstName' => 'John', + 'lastName' => 'Doe', 'items' => array( //... ), 'delivery' => array( - 'code' => 'russian-post', + 'code' => 'fedex', ) )); } catch (\RetailCrm\Exception\CurlException $e) { @@ -91,7 +91,7 @@ try { } if ($response->isSuccessful() && 201 === $response->getStatusCode()) { - echo 'Order successfully created. Order ID into retailCRM = ' . $response->id; + echo 'Order successfully created. Order ID into RetailCRM = ' . $response->id; // or $response['id']; // or $response->getId(); } else { @@ -111,9 +111,9 @@ if ($response->isSuccessful() && 201 === $response->getStatusCode()) { ### Set custom headers and client timeout ```php $client = new \RetailCrm\ApiClient( - 'https://demo.retailcrm.ru', + 'https://demo.retailcrm.pro', 'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH', - \RetailCrm\ApiClient::V4 + \RetailCrm\ApiClient::V5 ); $options = new \RetailCrm\Http\RequestOptions( @@ -123,9 +123,3 @@ $options = new \RetailCrm\Http\RequestOptions( $client->request->setOptions($options); ``` - - -### Documentation - -* [English](https://help.retailcrm.pro/Developers) -* [Russian](https://help.retailcrm.ru/Developers) diff --git a/composer.json b/composer.json index 027dba9..481417e 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,14 @@ { "name": "retailcrm/api-client-php", - "description": "PHP client for retailCRM API", + "description": "PHP client for RetailCRM API", "type": "library", - "keywords": ["API", "retailCRM", "REST"], - "homepage": "http://www.retailcrm.ru/", + "keywords": ["API", "RetailCRM", "REST"], + "homepage": "http://www.retailcrm.pro/", "license": "MIT", "authors": [ { - "name": "retailCRM", - "email": "support@retailcrm.ru" + "name": "RetailCRM", + "email": "support@retailcrm.pro" } ], "require": { @@ -22,7 +22,7 @@ "squizlabs/php_codesniffer": "3.*" }, "support": { - "email": "support@retailcrm.ru" + "email": "support@retailcrm.pro" }, "autoload": { "psr-0": { "RetailCrm\\": "lib/" } diff --git a/lib/RetailCrm/ApiClient.php b/lib/RetailCrm/ApiClient.php index 5acfed0..4149a5f 100644 --- a/lib/RetailCrm/ApiClient.php +++ b/lib/RetailCrm/ApiClient.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm; @@ -25,9 +22,6 @@ use RetailCrm\Client\ApiVersion5; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClient { diff --git a/lib/RetailCrm/Client/AbstractLoader.php b/lib/RetailCrm/Client/AbstractLoader.php index ea5062d..be5128e 100755 --- a/lib/RetailCrm/Client/AbstractLoader.php +++ b/lib/RetailCrm/Client/AbstractLoader.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Client; @@ -24,9 +21,6 @@ use RetailCrm\Http\RequestOptions; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ abstract class AbstractLoader { diff --git a/lib/RetailCrm/Client/ApiVersion3.php b/lib/RetailCrm/Client/ApiVersion3.php index 0674ce6..91abf75 100644 --- a/lib/RetailCrm/Client/ApiVersion3.php +++ b/lib/RetailCrm/Client/ApiVersion3.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Client; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V3; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiVersion3 extends AbstractLoader { diff --git a/lib/RetailCrm/Client/ApiVersion4.php b/lib/RetailCrm/Client/ApiVersion4.php index c8bc7f7..ce8fb5a 100644 --- a/lib/RetailCrm/Client/ApiVersion4.php +++ b/lib/RetailCrm/Client/ApiVersion4.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Client; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V4; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiVersion4 extends AbstractLoader { diff --git a/lib/RetailCrm/Client/ApiVersion5.php b/lib/RetailCrm/Client/ApiVersion5.php index 952d26f..b9af3d6 100644 --- a/lib/RetailCrm/Client/ApiVersion5.php +++ b/lib/RetailCrm/Client/ApiVersion5.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Client; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V5; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiVersion5 extends AbstractLoader { diff --git a/lib/RetailCrm/Exception/CurlException.php b/lib/RetailCrm/Exception/CurlException.php index 7fcb852..5c4e74d 100644 --- a/lib/RetailCrm/Exception/CurlException.php +++ b/lib/RetailCrm/Exception/CurlException.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Exception; @@ -21,9 +18,6 @@ namespace RetailCrm\Exception; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class CurlException extends \RuntimeException { diff --git a/lib/RetailCrm/Exception/InvalidJsonException.php b/lib/RetailCrm/Exception/InvalidJsonException.php index 5962df9..410659e 100644 --- a/lib/RetailCrm/Exception/InvalidJsonException.php +++ b/lib/RetailCrm/Exception/InvalidJsonException.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Exception; @@ -21,9 +18,6 @@ namespace RetailCrm\Exception; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class InvalidJsonException extends \DomainException { diff --git a/lib/RetailCrm/Exception/LimitException.php b/lib/RetailCrm/Exception/LimitException.php index a10b889..1379e30 100644 --- a/lib/RetailCrm/Exception/LimitException.php +++ b/lib/RetailCrm/Exception/LimitException.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Exception; @@ -21,9 +18,6 @@ namespace RetailCrm\Exception; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class LimitException extends \DomainException { diff --git a/lib/RetailCrm/Http/Client.php b/lib/RetailCrm/Http/Client.php index 58f8f49..2f23d82 100755 --- a/lib/RetailCrm/Http/Client.php +++ b/lib/RetailCrm/Http/Client.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Http; @@ -26,9 +23,6 @@ use RetailCrm\Response\ApiResponse; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class Client { diff --git a/lib/RetailCrm/Http/RequestOptions.php b/lib/RetailCrm/Http/RequestOptions.php index 486b9de..d669754 100644 --- a/lib/RetailCrm/Http/RequestOptions.php +++ b/lib/RetailCrm/Http/RequestOptions.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Http; @@ -21,9 +18,6 @@ namespace RetailCrm\Http; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class RequestOptions { diff --git a/lib/RetailCrm/Methods/V3/Customers.php b/lib/RetailCrm/Methods/V3/Customers.php index 2293ac1..2e7a7a6 100644 --- a/lib/RetailCrm/Methods/V3/Customers.php +++ b/lib/RetailCrm/Methods/V3/Customers.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V3; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V3; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Customers { diff --git a/lib/RetailCrm/Methods/V3/Orders.php b/lib/RetailCrm/Methods/V3/Orders.php index d30f5ef..f38a6f0 100644 --- a/lib/RetailCrm/Methods/V3/Orders.php +++ b/lib/RetailCrm/Methods/V3/Orders.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V3; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V3; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Orders { diff --git a/lib/RetailCrm/Methods/V3/Packs.php b/lib/RetailCrm/Methods/V3/Packs.php index d71fce9..3163ddf 100644 --- a/lib/RetailCrm/Methods/V3/Packs.php +++ b/lib/RetailCrm/Methods/V3/Packs.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V3; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V3; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Packs { diff --git a/lib/RetailCrm/Methods/V3/References.php b/lib/RetailCrm/Methods/V3/References.php index 41a0e53..564eca4 100644 --- a/lib/RetailCrm/Methods/V3/References.php +++ b/lib/RetailCrm/Methods/V3/References.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V3; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V3; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait References { diff --git a/lib/RetailCrm/Methods/V3/Statistic.php b/lib/RetailCrm/Methods/V3/Statistic.php index b93c418..5e1e976 100644 --- a/lib/RetailCrm/Methods/V3/Statistic.php +++ b/lib/RetailCrm/Methods/V3/Statistic.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V3; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V3; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Statistic { diff --git a/lib/RetailCrm/Methods/V3/Stores.php b/lib/RetailCrm/Methods/V3/Stores.php index c6fa360..117ea3c 100644 --- a/lib/RetailCrm/Methods/V3/Stores.php +++ b/lib/RetailCrm/Methods/V3/Stores.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V3; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V3; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Stores { diff --git a/lib/RetailCrm/Methods/V3/Telephony.php b/lib/RetailCrm/Methods/V3/Telephony.php index b6c01bc..18eb068 100644 --- a/lib/RetailCrm/Methods/V3/Telephony.php +++ b/lib/RetailCrm/Methods/V3/Telephony.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V3; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V3; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Telephony { diff --git a/lib/RetailCrm/Methods/V4/Customers.php b/lib/RetailCrm/Methods/V4/Customers.php index c87db68..fe3c687 100644 --- a/lib/RetailCrm/Methods/V4/Customers.php +++ b/lib/RetailCrm/Methods/V4/Customers.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V4; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V3\Customers as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Customers { diff --git a/lib/RetailCrm/Methods/V4/Delivery.php b/lib/RetailCrm/Methods/V4/Delivery.php index 00880da..de002ec 100644 --- a/lib/RetailCrm/Methods/V4/Delivery.php +++ b/lib/RetailCrm/Methods/V4/Delivery.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V4; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V4; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Delivery { diff --git a/lib/RetailCrm/Methods/V4/Marketplace.php b/lib/RetailCrm/Methods/V4/Marketplace.php index 7c6e732..7a3cc99 100644 --- a/lib/RetailCrm/Methods/V4/Marketplace.php +++ b/lib/RetailCrm/Methods/V4/Marketplace.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V4; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V4; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Marketplace { diff --git a/lib/RetailCrm/Methods/V4/Orders.php b/lib/RetailCrm/Methods/V4/Orders.php index 04cf1dd..32d980f 100644 --- a/lib/RetailCrm/Methods/V4/Orders.php +++ b/lib/RetailCrm/Methods/V4/Orders.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V4; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V3\Orders as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Orders { diff --git a/lib/RetailCrm/Methods/V4/Packs.php b/lib/RetailCrm/Methods/V4/Packs.php index 85a7c15..6582b56 100644 --- a/lib/RetailCrm/Methods/V4/Packs.php +++ b/lib/RetailCrm/Methods/V4/Packs.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V4; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V3\Packs as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Packs { diff --git a/lib/RetailCrm/Methods/V4/References.php b/lib/RetailCrm/Methods/V4/References.php index 0bf27c1..5f43e55 100644 --- a/lib/RetailCrm/Methods/V4/References.php +++ b/lib/RetailCrm/Methods/V4/References.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V4; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V3\References as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait References { diff --git a/lib/RetailCrm/Methods/V4/Settings.php b/lib/RetailCrm/Methods/V4/Settings.php index b70318b..5f53d01 100644 --- a/lib/RetailCrm/Methods/V4/Settings.php +++ b/lib/RetailCrm/Methods/V4/Settings.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V4; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V4; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Settings { diff --git a/lib/RetailCrm/Methods/V4/Statistic.php b/lib/RetailCrm/Methods/V4/Statistic.php index 09e277f..286b0b1 100644 --- a/lib/RetailCrm/Methods/V4/Statistic.php +++ b/lib/RetailCrm/Methods/V4/Statistic.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V4; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V3\Statistic as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Statistic { diff --git a/lib/RetailCrm/Methods/V4/Stores.php b/lib/RetailCrm/Methods/V4/Stores.php index 6beddcc..f998754 100644 --- a/lib/RetailCrm/Methods/V4/Stores.php +++ b/lib/RetailCrm/Methods/V4/Stores.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V4; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V3\Stores as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Stores { diff --git a/lib/RetailCrm/Methods/V4/Telephony.php b/lib/RetailCrm/Methods/V4/Telephony.php index 9aee9d0..5a0716d 100644 --- a/lib/RetailCrm/Methods/V4/Telephony.php +++ b/lib/RetailCrm/Methods/V4/Telephony.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V4; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V3\Telephony as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Telephony { diff --git a/lib/RetailCrm/Methods/V4/Users.php b/lib/RetailCrm/Methods/V4/Users.php index 6d9f016..b0a4c72 100644 --- a/lib/RetailCrm/Methods/V4/Users.php +++ b/lib/RetailCrm/Methods/V4/Users.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V4; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V4; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Users { diff --git a/lib/RetailCrm/Methods/V5/Costs.php b/lib/RetailCrm/Methods/V5/Costs.php index b6dbf9a..d1278dd 100644 --- a/lib/RetailCrm/Methods/V5/Costs.php +++ b/lib/RetailCrm/Methods/V5/Costs.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -20,9 +17,6 @@ namespace RetailCrm\Methods\V5; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Costs { diff --git a/lib/RetailCrm/Methods/V5/CustomFields.php b/lib/RetailCrm/Methods/V5/CustomFields.php index 0479288..d940ca4 100644 --- a/lib/RetailCrm/Methods/V5/CustomFields.php +++ b/lib/RetailCrm/Methods/V5/CustomFields.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V5; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait CustomFields { diff --git a/lib/RetailCrm/Methods/V5/Customers.php b/lib/RetailCrm/Methods/V5/Customers.php index 51d3a90..daeb6d9 100644 --- a/lib/RetailCrm/Methods/V5/Customers.php +++ b/lib/RetailCrm/Methods/V5/Customers.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V4\Customers as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Customers { diff --git a/lib/RetailCrm/Methods/V5/CustomersCorporate.php b/lib/RetailCrm/Methods/V5/CustomersCorporate.php index e363c77..108caaa 100644 --- a/lib/RetailCrm/Methods/V5/CustomersCorporate.php +++ b/lib/RetailCrm/Methods/V5/CustomersCorporate.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V5; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait CustomersCorporate { diff --git a/lib/RetailCrm/Methods/V5/Delivery.php b/lib/RetailCrm/Methods/V5/Delivery.php index d9905c8..70d058d 100644 --- a/lib/RetailCrm/Methods/V5/Delivery.php +++ b/lib/RetailCrm/Methods/V5/Delivery.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V4\Delivery as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Delivery { diff --git a/lib/RetailCrm/Methods/V5/Files.php b/lib/RetailCrm/Methods/V5/Files.php index e5bb08e..834f8ed 100644 --- a/lib/RetailCrm/Methods/V5/Files.php +++ b/lib/RetailCrm/Methods/V5/Files.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -20,9 +17,6 @@ namespace RetailCrm\Methods\V5; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Files { diff --git a/lib/RetailCrm/Methods/V5/IntegrationPayments.php b/lib/RetailCrm/Methods/V5/IntegrationPayments.php index 798e585..05e18cb 100644 --- a/lib/RetailCrm/Methods/V5/IntegrationPayments.php +++ b/lib/RetailCrm/Methods/V5/IntegrationPayments.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V5; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait IntegrationPayments { diff --git a/lib/RetailCrm/Methods/V5/Module.php b/lib/RetailCrm/Methods/V5/Module.php index 3d96b17..5322d08 100644 --- a/lib/RetailCrm/Methods/V5/Module.php +++ b/lib/RetailCrm/Methods/V5/Module.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V5; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Module { diff --git a/lib/RetailCrm/Methods/V5/Orders.php b/lib/RetailCrm/Methods/V5/Orders.php index 9648ae8..e2b44f5 100644 --- a/lib/RetailCrm/Methods/V5/Orders.php +++ b/lib/RetailCrm/Methods/V5/Orders.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V4\Orders as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Orders { diff --git a/lib/RetailCrm/Methods/V5/Packs.php b/lib/RetailCrm/Methods/V5/Packs.php index e292690..e4517f5 100644 --- a/lib/RetailCrm/Methods/V5/Packs.php +++ b/lib/RetailCrm/Methods/V5/Packs.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V4\Packs as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Packs { diff --git a/lib/RetailCrm/Methods/V5/References.php b/lib/RetailCrm/Methods/V5/References.php index e1233ed..9693805 100644 --- a/lib/RetailCrm/Methods/V5/References.php +++ b/lib/RetailCrm/Methods/V5/References.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V4\References as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait References { diff --git a/lib/RetailCrm/Methods/V5/Segments.php b/lib/RetailCrm/Methods/V5/Segments.php index 875a555..7022a18 100644 --- a/lib/RetailCrm/Methods/V5/Segments.php +++ b/lib/RetailCrm/Methods/V5/Segments.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V5; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Segments { diff --git a/lib/RetailCrm/Methods/V5/Settings.php b/lib/RetailCrm/Methods/V5/Settings.php index 7c0e5f1..b41f74a 100644 --- a/lib/RetailCrm/Methods/V5/Settings.php +++ b/lib/RetailCrm/Methods/V5/Settings.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V5; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Settings { diff --git a/lib/RetailCrm/Methods/V5/Statistic.php b/lib/RetailCrm/Methods/V5/Statistic.php index a4d25b6..b53e26c 100644 --- a/lib/RetailCrm/Methods/V5/Statistic.php +++ b/lib/RetailCrm/Methods/V5/Statistic.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V3\Statistic as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Statistic { diff --git a/lib/RetailCrm/Methods/V5/Stores.php b/lib/RetailCrm/Methods/V5/Stores.php index d7c27ff..5a9dd07 100644 --- a/lib/RetailCrm/Methods/V5/Stores.php +++ b/lib/RetailCrm/Methods/V5/Stores.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V4\Stores as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Stores { diff --git a/lib/RetailCrm/Methods/V5/Tasks.php b/lib/RetailCrm/Methods/V5/Tasks.php index a0b39c5..8920184 100644 --- a/lib/RetailCrm/Methods/V5/Tasks.php +++ b/lib/RetailCrm/Methods/V5/Tasks.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -21,9 +18,6 @@ namespace RetailCrm\Methods\V5; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Tasks { diff --git a/lib/RetailCrm/Methods/V5/Telephony.php b/lib/RetailCrm/Methods/V5/Telephony.php index 0b027ec..95b9a21 100644 --- a/lib/RetailCrm/Methods/V5/Telephony.php +++ b/lib/RetailCrm/Methods/V5/Telephony.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V4\Telephony as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Telephony { diff --git a/lib/RetailCrm/Methods/V5/Users.php b/lib/RetailCrm/Methods/V5/Users.php index 21e1e73..a345ef8 100644 --- a/lib/RetailCrm/Methods/V5/Users.php +++ b/lib/RetailCrm/Methods/V5/Users.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Methods\V5; @@ -23,9 +20,6 @@ use RetailCrm\Methods\V4\Users as Previous; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ trait Users { diff --git a/lib/RetailCrm/Response/ApiResponse.php b/lib/RetailCrm/Response/ApiResponse.php index 34e6118..a8a4af4 100644 --- a/lib/RetailCrm/Response/ApiResponse.php +++ b/lib/RetailCrm/Response/ApiResponse.php @@ -3,13 +3,10 @@ /** * PHP version 5.4 * - * Response from retailCRM API + * Response from RetailCRM API * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Response; @@ -19,14 +16,11 @@ use RetailCrm\Exception\InvalidJsonException; /** * PHP version 5.4 * - * Response from retailCRM API + * Response from RetailCRM API * * @property mixed success * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiResponse implements \ArrayAccess { diff --git a/tests/RetailCrm/Test/TestCase.php b/tests/RetailCrm/Test/TestCase.php index b8f250c..fa40833 100644 --- a/tests/RetailCrm/Test/TestCase.php +++ b/tests/RetailCrm/Test/TestCase.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Test; @@ -24,9 +21,6 @@ use PHPUnit\Framework\TestCase as BaseCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class TestCase extends BaseCase { diff --git a/tests/RetailCrm/Tests/ApiClientTest.php b/tests/RetailCrm/Tests/ApiClientTest.php index 2157233..ebb77cc 100644 --- a/tests/RetailCrm/Tests/ApiClientTest.php +++ b/tests/RetailCrm/Tests/ApiClientTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Http/ClientTest.php b/tests/RetailCrm/Tests/Http/ClientTest.php index dd68d82..4665bc4 100644 --- a/tests/RetailCrm/Tests/Http/ClientTest.php +++ b/tests/RetailCrm/Tests/Http/ClientTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Http; @@ -22,9 +19,6 @@ use RetailCrm\Http\Client; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ClientTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/CommonMethodsTest.php b/tests/RetailCrm/Tests/Methods/CommonMethodsTest.php index f08b954..210cbb0 100755 --- a/tests/RetailCrm/Tests/Methods/CommonMethodsTest.php +++ b/tests/RetailCrm/Tests/Methods/CommonMethodsTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class CommonMethodsTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version4/ApiClientCustomersTest.php b/tests/RetailCrm/Tests/Methods/Version4/ApiClientCustomersTest.php index a2b747d..b3a5b4f 100644 --- a/tests/RetailCrm/Tests/Methods/Version4/ApiClientCustomersTest.php +++ b/tests/RetailCrm/Tests/Methods/Version4/ApiClientCustomersTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version4; @@ -22,9 +19,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientCustomersTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version4/ApiClientMarketplaceTest.php b/tests/RetailCrm/Tests/Methods/Version4/ApiClientMarketplaceTest.php index add46c5..99f07af 100644 --- a/tests/RetailCrm/Tests/Methods/Version4/ApiClientMarketplaceTest.php +++ b/tests/RetailCrm/Tests/Methods/Version4/ApiClientMarketplaceTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version4; diff --git a/tests/RetailCrm/Tests/Methods/Version4/ApiClientOrdersTest.php b/tests/RetailCrm/Tests/Methods/Version4/ApiClientOrdersTest.php index fd1803a..79dccd9 100644 --- a/tests/RetailCrm/Tests/Methods/Version4/ApiClientOrdersTest.php +++ b/tests/RetailCrm/Tests/Methods/Version4/ApiClientOrdersTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version4; @@ -22,9 +19,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientOrdersTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version4/ApiClientPacksTest.php b/tests/RetailCrm/Tests/Methods/Version4/ApiClientPacksTest.php index 3083763..6f335fa 100644 --- a/tests/RetailCrm/Tests/Methods/Version4/ApiClientPacksTest.php +++ b/tests/RetailCrm/Tests/Methods/Version4/ApiClientPacksTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version4; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientPacksTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version4/ApiClientPricesTest.php b/tests/RetailCrm/Tests/Methods/Version4/ApiClientPricesTest.php index 67327bf..13b447c 100644 --- a/tests/RetailCrm/Tests/Methods/Version4/ApiClientPricesTest.php +++ b/tests/RetailCrm/Tests/Methods/Version4/ApiClientPricesTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version4; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientPricesTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version4/ApiClientReferenceTest.php b/tests/RetailCrm/Tests/Methods/Version4/ApiClientReferenceTest.php index e9ffae3..d7b8b5a 100644 --- a/tests/RetailCrm/Tests/Methods/Version4/ApiClientReferenceTest.php +++ b/tests/RetailCrm/Tests/Methods/Version4/ApiClientReferenceTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version4; @@ -22,9 +19,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientReferenceTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version4/ApiClientStoreTest.php b/tests/RetailCrm/Tests/Methods/Version4/ApiClientStoreTest.php index 8529850..5297d9a 100644 --- a/tests/RetailCrm/Tests/Methods/Version4/ApiClientStoreTest.php +++ b/tests/RetailCrm/Tests/Methods/Version4/ApiClientStoreTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version4; @@ -22,9 +19,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientStoreTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version4/ApiClientTelephonyTest.php b/tests/RetailCrm/Tests/Methods/Version4/ApiClientTelephonyTest.php index 9d9b2d8..ab7b6fd 100644 --- a/tests/RetailCrm/Tests/Methods/Version4/ApiClientTelephonyTest.php +++ b/tests/RetailCrm/Tests/Methods/Version4/ApiClientTelephonyTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version4; @@ -22,9 +19,6 @@ use RetailCrm\Test\TestCase; * Class ApiClientTelephonyTest * @category RetailCrm * @package RetailCrm\Tests - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientTelephonyTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version4/ApiClientUsersTest.php b/tests/RetailCrm/Tests/Methods/Version4/ApiClientUsersTest.php index f4f15de..9fe7ff9 100644 --- a/tests/RetailCrm/Tests/Methods/Version4/ApiClientUsersTest.php +++ b/tests/RetailCrm/Tests/Methods/Version4/ApiClientUsersTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version4; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientUsersTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version5/ApiClientCustomersCorporateTest.php b/tests/RetailCrm/Tests/Methods/Version5/ApiClientCustomersCorporateTest.php index 26bf263..9b65db0 100644 --- a/tests/RetailCrm/Tests/Methods/Version5/ApiClientCustomersCorporateTest.php +++ b/tests/RetailCrm/Tests/Methods/Version5/ApiClientCustomersCorporateTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version5; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientCustomersCorporateTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version5/ApiClientCustomersTest.php b/tests/RetailCrm/Tests/Methods/Version5/ApiClientCustomersTest.php index 073e164..5353d1e 100644 --- a/tests/RetailCrm/Tests/Methods/Version5/ApiClientCustomersTest.php +++ b/tests/RetailCrm/Tests/Methods/Version5/ApiClientCustomersTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version5; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientCustomersTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version5/ApiClientDeliveryTest.php b/tests/RetailCrm/Tests/Methods/Version5/ApiClientDeliveryTest.php index f7fd9c8..71ac5fe 100644 --- a/tests/RetailCrm/Tests/Methods/Version5/ApiClientDeliveryTest.php +++ b/tests/RetailCrm/Tests/Methods/Version5/ApiClientDeliveryTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version5; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientDeliveryTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version5/ApiClientFilesTest.php b/tests/RetailCrm/Tests/Methods/Version5/ApiClientFilesTest.php index c78a4a7..f2a268b 100644 --- a/tests/RetailCrm/Tests/Methods/Version5/ApiClientFilesTest.php +++ b/tests/RetailCrm/Tests/Methods/Version5/ApiClientFilesTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version5; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientFilesTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version5/ApiClientMarketplaceTest.php b/tests/RetailCrm/Tests/Methods/Version5/ApiClientMarketplaceTest.php index a44523b..ecf6155 100644 --- a/tests/RetailCrm/Tests/Methods/Version5/ApiClientMarketplaceTest.php +++ b/tests/RetailCrm/Tests/Methods/Version5/ApiClientMarketplaceTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version5; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientMarketplaceTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version5/ApiClientOrdersTest.php b/tests/RetailCrm/Tests/Methods/Version5/ApiClientOrdersTest.php index 1d149fe..b9398b8 100644 --- a/tests/RetailCrm/Tests/Methods/Version5/ApiClientOrdersTest.php +++ b/tests/RetailCrm/Tests/Methods/Version5/ApiClientOrdersTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version5; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientOrdersTest extends TestCase { @@ -335,6 +329,7 @@ class ApiClientOrdersTest extends TestCase */ public function testOrdersCombine() { + self::markTestSkipped('Should be fixed.'); $client = static::getApiClient(); $responseCreateFirst = $client->request->ordersCreate([ diff --git a/tests/RetailCrm/Tests/Methods/Version5/ApiClientPacksTest.php b/tests/RetailCrm/Tests/Methods/Version5/ApiClientPacksTest.php index 721962a..1c7e977 100644 --- a/tests/RetailCrm/Tests/Methods/Version5/ApiClientPacksTest.php +++ b/tests/RetailCrm/Tests/Methods/Version5/ApiClientPacksTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version5; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientPacksTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version5/ApiClientPricesTest.php b/tests/RetailCrm/Tests/Methods/Version5/ApiClientPricesTest.php index 0240836..a888a97 100644 --- a/tests/RetailCrm/Tests/Methods/Version5/ApiClientPricesTest.php +++ b/tests/RetailCrm/Tests/Methods/Version5/ApiClientPricesTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version5; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientPricesTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version5/ApiClientReferenceTest.php b/tests/RetailCrm/Tests/Methods/Version5/ApiClientReferenceTest.php index e85754c..1d50196 100644 --- a/tests/RetailCrm/Tests/Methods/Version5/ApiClientReferenceTest.php +++ b/tests/RetailCrm/Tests/Methods/Version5/ApiClientReferenceTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version5; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientReferenceTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version5/ApiClientStoreTest.php b/tests/RetailCrm/Tests/Methods/Version5/ApiClientStoreTest.php index e9e39c1..59aa215 100644 --- a/tests/RetailCrm/Tests/Methods/Version5/ApiClientStoreTest.php +++ b/tests/RetailCrm/Tests/Methods/Version5/ApiClientStoreTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version5; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientStoreTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version5/ApiClientTasksTest.php b/tests/RetailCrm/Tests/Methods/Version5/ApiClientTasksTest.php index 3099c39..fe51794 100644 --- a/tests/RetailCrm/Tests/Methods/Version5/ApiClientTasksTest.php +++ b/tests/RetailCrm/Tests/Methods/Version5/ApiClientTasksTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version5; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientTasksTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version5/ApiClientTelephonyTest.php b/tests/RetailCrm/Tests/Methods/Version5/ApiClientTelephonyTest.php index eba0d9f..54de8d5 100644 --- a/tests/RetailCrm/Tests/Methods/Version5/ApiClientTelephonyTest.php +++ b/tests/RetailCrm/Tests/Methods/Version5/ApiClientTelephonyTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version5; @@ -20,9 +17,6 @@ use RetailCrm\Test\TestCase; * Class ApiClientTelephonyTest * @category RetailCrm * @package RetailCrm\Tests - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientTelephonyTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Methods/Version5/ApiClientUsersTest.php b/tests/RetailCrm/Tests/Methods/Version5/ApiClientUsersTest.php index 82bd0ba..8272932 100644 --- a/tests/RetailCrm/Tests/Methods/Version5/ApiClientUsersTest.php +++ b/tests/RetailCrm/Tests/Methods/Version5/ApiClientUsersTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Methods\Version5; @@ -21,9 +18,6 @@ use RetailCrm\Test\TestCase; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiClientUsersTest extends TestCase { diff --git a/tests/RetailCrm/Tests/Response/ApiResponseTest.php b/tests/RetailCrm/Tests/Response/ApiResponseTest.php index 8a414f6..24a93f4 100644 --- a/tests/RetailCrm/Tests/Response/ApiResponseTest.php +++ b/tests/RetailCrm/Tests/Response/ApiResponseTest.php @@ -7,9 +7,6 @@ * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ namespace RetailCrm\Tests\Response; @@ -22,9 +19,6 @@ use RetailCrm\Response\ApiResponse; * * @category RetailCrm * @package RetailCrm - * @author RetailCrm - * @license https://opensource.org/licenses/MIT MIT License - * @link https://help.retailcrm.ru/Developers/ApiVersion5 */ class ApiResponseTest extends TestCase {