More data

This commit is contained in:
CHIEFSOFT\ameye
2025-07-07 16:53:42 -04:00
parent 85b508e73b
commit e4ecc9381c
+2
View File
@@ -139,6 +139,8 @@ class ProductsService(BaseService):
product_data.append({
'id': t.id,
'subscription_uid': t.uid,
'name': t.name,
'description': t.description,
'product_id': t.product_id,
'internal_url': t.internal_url,
'external_url': t.external_url,