More text
This commit is contained in:
@@ -72,9 +72,11 @@ class ProductsService(BaseService):
|
|||||||
'added': t.added.isoformat() if t.added else None,
|
'added': t.added.isoformat() if t.added else None,
|
||||||
'updated': t.updated.isoformat() if t.updated else None,
|
'updated': t.updated.isoformat() if t.updated else None,
|
||||||
'banner': t.banner,
|
'banner': t.banner,
|
||||||
|
'prov_status': '',
|
||||||
|
'status_text': 'Activate Now'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# | prov_status | status_text
|
||||||
# products_data = [{
|
# products_data = [{
|
||||||
# 'id': t.id,
|
# 'id': t.id,
|
||||||
# 'uid': t.uid,
|
# 'uid': t.uid,
|
||||||
|
|||||||
Reference in New Issue
Block a user