From e4ecc9381c19cdfc3e22392403c4be71d4912782 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 7 Jul 2025 16:53:42 -0400 Subject: [PATCH] More data --- app/api/services/products.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/api/services/products.py b/app/api/services/products.py index 4606468..e7198ee 100644 --- a/app/api/services/products.py +++ b/app/api/services/products.py @@ -139,6 +139,8 @@ class ProductsService(BaseService): product_data.append({ 'id': t.id, 'subscription_uid': t.uid, + 'name': t.name, + 'description': t.description, 'product_id': t.product_id, 'internal_url': t.internal_url, 'external_url': t.external_url,