sustpenf product name for now
This commit is contained in:
@@ -139,8 +139,8 @@ class ProductsService(BaseService):
|
||||
product_data.append({
|
||||
'id': t.id,
|
||||
'subscription_uid': t.uid,
|
||||
'name': t.name,
|
||||
'description': t.description,
|
||||
'name': t.product_id,
|
||||
'description': t.product_id,
|
||||
'product_id': t.product_id,
|
||||
'internal_url': t.internal_url,
|
||||
'external_url': t.external_url,
|
||||
|
||||
@@ -95,8 +95,8 @@ class MembersProducts(db.Model):
|
||||
return {
|
||||
'id': self.id,
|
||||
'uid': self.uid,
|
||||
'name': self.products.name,
|
||||
'description': self.products.description,
|
||||
# 'name': self.products.name,
|
||||
# 'description': self.products.description,
|
||||
'product_id': self.product_id,
|
||||
'internal_url': self.internal_url,
|
||||
'external_url': self.external_url,
|
||||
|
||||
Reference in New Issue
Block a user