diff --git a/packages/Sarga/API/Http/Resources/Customer/WishListResource.php b/packages/Sarga/API/Http/Resources/Customer/WishListResource.php index 8a47187f2..812d7b076 100644 --- a/packages/Sarga/API/Http/Resources/Customer/WishListResource.php +++ b/packages/Sarga/API/Http/Resources/Customer/WishListResource.php @@ -22,6 +22,7 @@ class WishListResource extends JsonResource 'updated_at' => $this->updated_at, 'old_price' => (double) core()->convertPrice($this->price), 'old_price_formatted' => core()->currency($this->price), + 'folder_id' => $this->folder_id, ]; } } \ No newline at end of file