payments
This commit is contained in:
@@ -208,7 +208,7 @@ def product_urls(current_user):
|
|||||||
|
|
||||||
@app.route("/panel/account/payments")
|
@app.route("/panel/account/payments")
|
||||||
@token_required
|
@token_required
|
||||||
def product_urls(current_user):
|
def account_payments(current_user):
|
||||||
payments = {
|
payments = {
|
||||||
"last_update": datetime.datetime.utcnow(),
|
"last_update": datetime.datetime.utcnow(),
|
||||||
"url": [
|
"url": [
|
||||||
|
|||||||
Reference in New Issue
Block a user