From 5d5d9d9596d6a93f533041c24698360d6016f018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Di=20Sacco?= Date: Thu, 24 Nov 2016 12:03:18 -0300 Subject: [PATCH] Update GuestCartItemRepositoryInterface.php --- app/code/Magento/Quote/Api/GuestCartItemRepositoryInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Quote/Api/GuestCartItemRepositoryInterface.php b/app/code/Magento/Quote/Api/GuestCartItemRepositoryInterface.php index ebd3eeacc7bba..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/update the specified cart item. + * Add/update the specified cart item. * * @param \Magento\Quote\Api\Data\CartItemInterface $cartItem The item. * @return \Magento\Quote\Api\Data\CartItemInterface Item.