Skip to content

Commit

Permalink
Update Cart.php
Browse files Browse the repository at this point in the history
  • Loading branch information
n1crack committed Dec 7, 2023
1 parent a72ac1c commit 3f6bfe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ public function clear(): void
{
$this->items = new CartItemCollection();

$this->meta = new MetaCollection();

$this->save();
}

Expand Down

0 comments on commit 3f6bfe2

Please sign in to comment.