diff --git a/packages/Sarga/API/Http/Resources/Customer/WishListResource.php b/packages/Sarga/API/Http/Resources/Customer/WishListResource.php index 9dc6991d1..d09db9e2e 100644 --- a/packages/Sarga/API/Http/Resources/Customer/WishListResource.php +++ b/packages/Sarga/API/Http/Resources/Customer/WishListResource.php @@ -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), ]; } } \ No newline at end of file