Skip to content

Commit 2867e62

Browse files
committed
Merge tag '3.0.4' into develop
2 parents 5e065d3 + 28037a8 commit 2867e62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Cart/CartInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ public function add(Purchasable $purchasable, float $quantity = 1, ?Collection $
2222
public function remove(CartItem $cartItem): CartInterface;
2323

2424
public function update(CartItem $cartItem): CartInterface;
25+
26+
public function items(): CartItemCollection;
2527
}

0 commit comments

Comments
 (0)