More data
This commit is contained in:
@@ -139,6 +139,8 @@ class ProductsService(BaseService):
|
|||||||
product_data.append({
|
product_data.append({
|
||||||
'id': t.id,
|
'id': t.id,
|
||||||
'subscription_uid': t.uid,
|
'subscription_uid': t.uid,
|
||||||
|
'name': t.name,
|
||||||
|
'description': t.description,
|
||||||
'product_id': t.product_id,
|
'product_id': t.product_id,
|
||||||
'internal_url': t.internal_url,
|
'internal_url': t.internal_url,
|
||||||
'external_url': t.external_url,
|
'external_url': t.external_url,
|
||||||
|
|||||||
Reference in New Issue
Block a user