From 2e49b1df60e646062b643c3d4dc71c81b6ce8995 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 10 Jan 2025 07:50:26 -0500 Subject: [PATCH] print( current_user ) --- services/web/project/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index 6140021..8292111 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -733,6 +733,7 @@ def myproduct(current_user): @app.route("/panel/myproduct/subscription", methods=["POST"]) @token_required def subscription_start(current_user): + print( current_user ) data = request.json product_id = data.get('product_id') if not product_id: @@ -756,7 +757,7 @@ def subscription_start(current_user): - print( current_user ) + print(product_id)