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