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,