@@ -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 |
@@ -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\PriceDraft; |
|
10 | 9 | use Commercetools\Core\Request\AbstractAction; |
11 | 10 | use Commercetools\Core\Model\Common\PriceDraftCollection; |
12 | 11 |
@@ -7,7 +7,6 @@ |
||
7 | 7 | |
8 | 8 | use Commercetools\Core\Model\Common\Context; |
9 | 9 | use Commercetools\Core\Request\AbstractAction; |
10 | -use Commercetools\Core\Model\Customer\CustomerReference; |
|
11 | 10 | use Commercetools\Core\Model\Common\ResourceIdentifier; |
12 | 11 | |
13 | 12 | /** |