@@ -11,11 +11,9 @@ |
||
11 | 11 | use GuzzleHttp\MessageFormatter; |
12 | 12 | use GuzzleHttp\Middleware; |
13 | 13 | use GuzzleHttp\Pool; |
14 | -use GuzzleHttp\Promise\PromiseInterface; |
|
15 | 14 | use Psr\Http\Message\RequestInterface; |
16 | 15 | use Psr\Http\Message\ResponseInterface; |
17 | 16 | use Psr\Log\LoggerInterface; |
18 | -use Commercetools\Core\Error\Message; |
|
19 | 17 | use Commercetools\Core\Error\ApiException; |
20 | 18 | use Psr\Log\LogLevel; |
21 | 19 |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Commercetools\Core\Model\Common\JsonObject; |
9 | 9 | use Commercetools\Core\Model\Common\Resource; |
10 | 10 | use Commercetools\Core\Model\MapperInterface; |
11 | -use Commercetools\Core\Request\AbstractApiRequest; |
|
12 | 11 | use Commercetools\Core\Response\ApiResponseInterface; |
13 | 12 | use DateTime; |
14 | 13 |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Commercetools\Core\Model\Common\Context; |
9 | 9 | use Commercetools\Core\Model\Common\LocalizedString; |
10 | 10 | use Commercetools\Core\Model\Common\Money; |
11 | -use Commercetools\Core\Model\TaxCategory\TaxCategory; |
|
12 | 11 | use Commercetools\Core\Request\AbstractAction; |
13 | 12 | use Commercetools\Core\Model\TaxCategory\TaxCategoryReference; |
14 | 13 | use Commercetools\Core\Model\CustomField\CustomFieldObjectDraft; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | namespace Commercetools\Core\Request\Carts\Command; |
7 | 7 | |
8 | 8 | use Commercetools\Core\Model\Common\Context; |
9 | -use Commercetools\Core\Model\TaxCategory\ExternalTaxRateDraft; |
|
10 | 9 | use Commercetools\Core\Request\AbstractAction; |
11 | 10 | use Commercetools\Core\Model\Cart\ExternalLineItemTotalPrice; |
12 | 11 |
@@ -6,7 +6,6 @@ |
||
6 | 6 | namespace Commercetools\Core\Request\Categories\Command; |
7 | 7 | |
8 | 8 | use Commercetools\Core\Model\Common\Context; |
9 | -use Commercetools\Core\Model\Common\LocalizedString; |
|
10 | 9 | use Commercetools\Core\Request\AbstractAction; |
11 | 10 | use Commercetools\Core\Model\Common\AssetSourceCollection; |
12 | 11 |
@@ -8,7 +8,6 @@ |
||
8 | 8 | |
9 | 9 | use Commercetools\Core\Model\Common\Context; |
10 | 10 | use Commercetools\Core\Request\AbstractAction; |
11 | -use Commercetools\Core\Model\Channel\Channel; |
|
12 | 11 | use Commercetools\Core\Model\Channel\ChannelReference; |
13 | 12 | |
14 | 13 | /** |
@@ -8,8 +8,6 @@ |
||
8 | 8 | use Commercetools\Core\Model\Common\Context; |
9 | 9 | use Commercetools\Core\Model\Payment\Transaction; |
10 | 10 | use Commercetools\Core\Request\AbstractAction; |
11 | -use Commercetools\Core\Model\Customer\CustomerReference; |
|
12 | -use Commercetools\Core\Model\State\StateReference; |
|
13 | 11 | |
14 | 12 | /** |
15 | 13 | * @package Commercetools\Core\Request\Payments\Command |
@@ -5,7 +5,6 @@ |
||
5 | 5 | |
6 | 6 | namespace Commercetools\Core\Request\Products\Command; |
7 | 7 | |
8 | -use Commercetools\Core\Model\Common\Asset; |
|
9 | 8 | use Commercetools\Core\Model\Common\Context; |
10 | 9 | use Commercetools\Core\Request\AbstractAction; |
11 | 10 | use Commercetools\Core\Model\Common\AssetDraft; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | namespace Commercetools\Core\Request\Products\Command; |
7 | 7 | |
8 | 8 | use Commercetools\Core\Model\Common\Context; |
9 | -use Commercetools\Core\Model\Common\LocalizedString; |
|
10 | 9 | use Commercetools\Core\Request\AbstractAction; |
11 | 10 | use Commercetools\Core\Model\Common\AssetSourceCollection; |
12 | 11 |