cart product adn super attributes

This commit is contained in:
merdan 2022-02-28 17:38:39 +05:00
parent 749bd01b8a
commit f8b579446e
1 changed files with 1 additions and 1 deletions

View File

@ -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,