wishlistdaki mesele old price eklendi api bn bilelikde
This commit is contained in:
parent
9b8744b58b
commit
acea2cf0c9
|
|
@ -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),
|
||||
];
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue