diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index 49dd6cf..eea68fc 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -310,6 +310,8 @@ def account_payments(current_user): @app.route("/panel/myproduct/dash") @token_required def myproduct(current_user): + data = request.json + print(data) product_id = request.args.get('product_id') print(product_id)