print( current_user )

This commit is contained in:
CHIEFSOFT\ameye
2025-01-10 07:50:26 -05:00
parent 0f969168c6
commit 2e49b1df60
+2 -1
View File
@@ -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)