We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e065d3 + 28037a8 commit 2867e62Copy full SHA for 2867e62
src/Cart/CartInterface.php
@@ -22,4 +22,6 @@ public function add(Purchasable $purchasable, float $quantity = 1, ?Collection $
22
public function remove(CartItem $cartItem): CartInterface;
23
24
public function update(CartItem $cartItem): CartInterface;
25
+
26
+ public function items(): CartItemCollection;
27
}
0 commit comments