Skip to content

Commit b79e30c

Browse files
Added "Add / update" comment. Update was missing.
Should have the same description as in CartItemRepositoryInterface.php. Currently only says add, but the API works for add and update too.
1 parent ab69a79 commit b79e30c

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)