removed dd
This commit is contained in:
parent
259f5a8c00
commit
8548884d3e
|
|
@ -332,8 +332,6 @@ class Cart {
|
|||
|
||||
$guestCart = session()->get('cart');
|
||||
|
||||
dd($guestCart);
|
||||
|
||||
//when the logged in customer is not having any of the cart instance previously and are active.
|
||||
if (! $cart) {
|
||||
$this->cartRepository->update([
|
||||
|
|
|
|||
Loading…
Reference in New Issue