From f8b579446e5b330d87d91e4832909b0a1511b904 Mon Sep 17 00:00:00 2001 From: merdan Date: Mon, 28 Feb 2022 17:38:39 +0500 Subject: [PATCH] cart product adn super attributes --- packages/Sarga/API/Http/Resources/Checkout/CartItemProduct.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/Sarga/API/Http/Resources/Checkout/CartItemProduct.php b/packages/Sarga/API/Http/Resources/Checkout/CartItemProduct.php index 9e287fb26..8945960f5 100644 --- a/packages/Sarga/API/Http/Resources/Checkout/CartItemProduct.php +++ b/packages/Sarga/API/Http/Resources/Checkout/CartItemProduct.php @@ -27,7 +27,7 @@ class CartItemProduct extends JsonResource ]), ]; }catch (\Exception $ex){ - Log::info($this); + Log::info($this->parent); return [ 'id' => $this->id, 'name' => $this->name,