print( current_user )
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user