From 27402b5f77223f6c2e50b70411acc902e7d9d558 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 31 Dec 2024 13:34:40 -0500 Subject: [PATCH] myproduct_data --- services/web/project/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index ba3fa5f..86dcc87 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -550,4 +550,5 @@ def subscription_start(current_user): }, 400 print(product_id) + myproduct_data = [] return jsonify(myproduct_data=myproduct_data) \ No newline at end of file