This commit is contained in:
merdan 2023-03-14 13:43:07 +05:00
parent 65dc9033cb
commit e0f79c3c83
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class WishListResource extends JsonResource
'updated_at' => $this->updated_at,
'old_price' => (double) core()->convertPrice($this->price),
'old_price_formatted' => core()->currency($this->price),
'folder_id' => $this->folder_id,
];
}
}