products_data
This commit is contained in:
@@ -73,8 +73,8 @@ class Products(db.Model):
|
||||
'id': self.id,
|
||||
'uid': self.uid,
|
||||
'product_id': self.product_id,
|
||||
'productId': self.product_id,
|
||||
'name': self.name,
|
||||
'description' : self.description,
|
||||
'status': self.status,
|
||||
'added': self.added,
|
||||
'updated': self.updated,
|
||||
|
||||
Reference in New Issue
Block a user