diff --git a/src/CartItem.php b/src/CartItem.php index 826e5c4..6e82f73 100644 --- a/src/CartItem.php +++ b/src/CartItem.php @@ -110,7 +110,7 @@ class CartItem implements Arrayable, Jsonable $this->qty = $qty; $this->weight = $weight; $this->options = $options ?: new CartItemOptions([]); - $this->rowId = $this->generateRowId($id, $options); + $this->rowId = $this->generateRowId($id, $options->toArray()); } /**