@@ -44,7 +44,7 @@ |
||
44 | 44 | * @param string $customLineItemId |
45 | 45 | * @param Money $money |
46 | 46 | * @param Context|callable $context |
47 | - * @return CartSetLineItemTotalPriceAction |
|
47 | + * @return CartChangeCustomLineItemMoneyAction |
|
48 | 48 | */ |
49 | 49 | public static function ofCustomLineItemIdAndMoney($customLineItemId, Money $money, $context = null) |
50 | 50 | { |
@@ -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 | /** |
@@ -44,7 +44,7 @@ |
||
44 | 44 | * @param string $lineItemId |
45 | 45 | * @param ItemStateCollection $state |
46 | 46 | * @param Context|callable $context |
47 | - * @return OrderImportCustomLineItemStateAction |
|
47 | + * @return OrderImportLineItemStateAction |
|
48 | 48 | */ |
49 | 49 | public static function ofLineItemIdAndState($lineItemId, ItemStateCollection $state, $context = null) |
50 | 50 | { |
@@ -62,7 +62,7 @@ |
||
62 | 62 | * @param StateReference $fromState |
63 | 63 | * @param StateReference $toState |
64 | 64 | * @param Context|callable $context |
65 | - * @return OrderTransitionCustomLineItemStateAction |
|
65 | + * @return OrderTransitionLineItemStateAction |
|
66 | 66 | */ |
67 | 67 | public static function ofLineItemIdQuantityAndFromToState( |
68 | 68 | $lineItemId, |
@@ -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 |
@@ -49,7 +49,7 @@ |
||
49 | 49 | * @param string $transactionId |
50 | 50 | * @param \DateTime $timestamp |
51 | 51 | * @param Context|callable $context |
52 | - * @return PaymentAddTransactionAction |
|
52 | + * @return PaymentChangeTransactionTimestampAction |
|
53 | 53 | */ |
54 | 54 | public static function ofTransactionIdAndTimestamp($transactionId, \DateTime $timestamp, $context = null) |
55 | 55 | { |
@@ -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; |