WIP
parent
015dd40fc5
commit
763c949f93
|
|
@ -18,9 +18,9 @@ class ProductSkuSimpleResource extends JsonResource
|
||||||
'id' => $this->id,
|
'id' => $this->id,
|
||||||
'name' => $this->name,
|
'name' => $this->name,
|
||||||
'cover' => (string) $this->cover,
|
'cover' => (string) $this->cover,
|
||||||
'sell_price' => (string) $this->sell_price,
|
'sell_price' => $this->sell_price,
|
||||||
'vip_price' => (string) $this->vip_price,
|
'vip_price' => $this->vip_price,
|
||||||
'sales' => (string) $this->sales,
|
'sales' => $this->sales,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue