Big, broken refactor payments/addresses to charges

This commit is contained in:
benarc
2020-12-04 09:59:42 +00:00
parent 257c9c1c64
commit 54c0c9f3a8
6 changed files with 142 additions and 281 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ async def index():
return await render_template("watchonly/index.html", user=g.user)
@watchonly_ext.route("/<payment_id>")
@watchonly_ext.route("/<charge_id>")
async def display(payment_id):
link = get_payment(payment_id) or abort(HTTPStatus.NOT_FOUND, "Pay link does not exist.")