删除多余的category_id
This commit is contained in:
parent
843bdb73fe
commit
2743057667
|
|
@ -48,7 +48,6 @@ class ProductDetail extends JsonResource
|
|||
];
|
||||
}, $this->images ?? []),
|
||||
'attributes' => $attributes,
|
||||
'category_id' => $this->category_id ?? null,
|
||||
'variables' => $this->decodeVariables($this->variables),
|
||||
'skus' => SkuDetail::collection($this->skus)->jsonSerialize(),
|
||||
'in_wishlist' => $this->inCurrentWishlist->id ?? 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue