This commit is contained in:
merdan 2023-01-19 11:47:13 +05:00
parent cc04ea6917
commit d25bd0e35f
1 changed files with 1 additions and 0 deletions

View File

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