From d25bd0e35f2d6ad960e35f28e8d07d13634db5c3 Mon Sep 17 00:00:00 2001 From: merdan Date: Thu, 19 Jan 2023 11:47:13 +0500 Subject: [PATCH] order --- packages/Sarga/API/Http/Resources/Customer/WishListResource.php | 1 + 1 file changed, 1 insertion(+) 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