Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
docs(Cart): add missing method declarations for remove lineitem action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Schulze committed Jun 30, 2017
1 parent 3a9d972 commit 20d5b5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Core/Request/Carts/Command/CartRemoveLineItemAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
* @method CartRemoveLineItemAction setLineItemId(string $lineItemId = null)
* @method int getQuantity()
* @method CartRemoveLineItemAction setQuantity(int $quantity = null)
* @method Money getExternalPrice()
* @method CartRemoveLineItemAction setExternalPrice(Money $externalPrice = null)
* @method ExternalLineItemTotalPrice getExternalTotalPrice()
* @method CartRemoveLineItemAction setExternalTotalPrice(ExternalLineItemTotalPrice $externalTotalPrice = null)
*/
class CartRemoveLineItemAction extends AbstractAction
{
Expand Down

0 comments on commit 20d5b5c

Please # to comment.