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,