wishlistdaki mesele old price eklendi api bn bilelikde

This commit is contained in:
merdan 2023-01-14 17:58:42 +05:00
parent 9b8744b58b
commit acea2cf0c9
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class WishListResource extends JsonResource
'product' => new Product($this->product),
'created_at' => $this->created_at,
'updated_at' => $this->updated_at,
'old_price' => (double) core()->convertPrice($this->price),
];
}
}