Folders
This commit is contained in:
parent
65dc9033cb
commit
e0f79c3c83
|
|
@ -22,6 +22,7 @@ class WishListResource extends JsonResource
|
||||||
'updated_at' => $this->updated_at,
|
'updated_at' => $this->updated_at,
|
||||||
'old_price' => (double) core()->convertPrice($this->price),
|
'old_price' => (double) core()->convertPrice($this->price),
|
||||||
'old_price_formatted' => core()->currency($this->price),
|
'old_price_formatted' => core()->currency($this->price),
|
||||||
|
'folder_id' => $this->folder_id,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue