Skip to content

Commit

Permalink
Added "Add / update" comment. Update was missing.
Browse files Browse the repository at this point in the history
Should have the same description as in CartItemRepositoryInterface.php.
Currently only says add, but the API works for add and update too.
  • Loading branch information
gastondisacco authored Nov 23, 2016
1 parent ab69a79 commit b79e30c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b79e30c

Please sign in to comment.