sustpenf product name for now

This commit is contained in:
CHIEFSOFT\ameye
2025-07-07 18:20:41 -04:00
parent 4b6873f1fe
commit 9da47fc106
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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,