More text

This commit is contained in:
CHIEFSOFT\ameye
2025-06-25 14:01:30 -04:00
parent 90bcd3d276
commit 8c6f3dd304
+3 -1
View File
@@ -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,