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)