File tree 2 files changed +5
-5
lines changed
app/code/Magento/Quote/Api
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ interface AddCartItemInterface
18
18
/**
19
19
* Add the specified cart item.
20
20
*
21
- * @param CartItemInterface $cartItem The item.
22
- * @return CartItemInterface Item.
21
+ * @param \Magento\Quote\Api\Data\ CartItemInterface $cartItem The item.
22
+ * @return \Magento\Quote\Api\Data\ CartItemInterface Item.
23
23
* @throws \Magento\Framework\Exception\NoSuchEntityException The specified cart does not exist.
24
24
* @throws \Magento\Framework\Exception\CouldNotSaveException The specified item could not be saved to the cart.
25
25
* @throws \Magento\Framework\Exception\InputException The specified item or cart is not valid.
Original file line number Diff line number Diff line change 10
10
use Magento \Quote \Api \Data \CartItemInterface ;
11
11
12
12
/**
13
- * Interface AddCartItemInterface
13
+ * Interface UpdateCartItemInterface
14
14
* @api
15
15
*/
16
16
interface UpdateCartItemInterface
17
17
{
18
18
/**
19
19
* Update the specified cart item.
20
20
*
21
- * @param CartItemInterface $cartItem The item.
22
- * @return CartItemInterface Item.
21
+ * @param \Magento\Quote\Api\Data\ CartItemInterface $cartItem The item.
22
+ * @return \Magento\Quote\Api\Data\ CartItemInterface Item.
23
23
* @throws \Magento\Framework\Exception\NoSuchEntityException The specified cart does not exist.
24
24
* @throws \Magento\Framework\Exception\CouldNotSaveException The specified item could not be saved to the cart.
25
25
* @throws \Magento\Framework\Exception\InputException The specified item or cart is not valid.
You can’t perform that action at this time.
0 commit comments