From 8c6f3dd30488b19f5a0a1d282bd9b202a8dbe9f5 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 25 Jun 2025 14:01:30 -0400 Subject: [PATCH] More text --- app/api/services/products.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/api/services/products.py b/app/api/services/products.py index 8e31c97..fe6846d 100644 --- a/app/api/services/products.py +++ b/app/api/services/products.py @@ -72,9 +72,11 @@ class ProductsService(BaseService): 'added': t.added.isoformat() if t.added else None, 'updated': t.updated.isoformat() if t.updated else None, 'banner': t.banner, + 'prov_status': '', + 'status_text': 'Activate Now' }) - +# | prov_status | status_text # products_data = [{ # 'id': t.id, # 'uid': t.uid,