Skip to content

Commit 53bfb0d

Browse files
author
Oleksii Korshenko
committed
MAGETWO-66204: [GitHub][PR] Added 'Add / update' comment. Update was missing. #7541
- Merge Pull Request #7541 from gastondisacco/magento2:patch-1
2 parents 16bbf9d + 5d5d9d9 commit 53bfb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Api/GuestCartItemRepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface GuestCartItemRepositoryInterface
2121
public function getList($cartId);
2222

2323
/**
24-
* Add the specified item to the specified cart.
24+
* Add/update the specified cart item.
2525
*
2626
* @param \Magento\Quote\Api\Data\CartItemInterface $cartItem The item.
2727
* @return \Magento\Quote\Api\Data\CartItemInterface Item.

0 commit comments

Comments
 (0)