diff --git a/app/code/Magento/Quote/Api/GuestCartItemRepositoryInterface.php b/app/code/Magento/Quote/Api/GuestCartItemRepositoryInterface.php index 6f06d3a144254..737f6bc538072 100644 --- a/app/code/Magento/Quote/Api/GuestCartItemRepositoryInterface.php +++ b/app/code/Magento/Quote/Api/GuestCartItemRepositoryInterface.php @@ -21,7 +21,7 @@ interface GuestCartItemRepositoryInterface public function getList($cartId); /** - * Add the specified item to the specified cart. + * Add/update the specified cart item. * * @param \Magento\Quote\Api\Data\CartItemInterface $cartItem The item. * @return \Magento\Quote\Api\Data\CartItemInterface Item.