cart product adn super attributes
This commit is contained in:
parent
749bd01b8a
commit
f8b579446e
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue