From 2a111a3a250bb95e556c779692d27514780796a2 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 6 Jul 2025 20:59:24 -0400 Subject: [PATCH] subscription --- app/api/services/myproduct.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/services/myproduct.py b/app/api/services/myproduct.py index 00d0526..eb71e2a 100644 --- a/app/api/services/myproduct.py +++ b/app/api/services/myproduct.py @@ -38,6 +38,7 @@ class MyProductsService(BaseService): }, 400 mumberSub = MembersProducts.get_member_product_by_product__member_id(member_id, product_id) + subscription =[] if not mumberSub: logger.error(f"Ready to add data to tables") internal_url = str(random.randint(10000, 99999)) + ".devprov.mermsemr.com"