More text
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user