chnaged req to request

This commit is contained in:
benarc 2021-12-21 16:20:53 +00:00
parent ee4f93d3ba
commit d517fe0330

View file

@ -163,7 +163,7 @@ async def lnurl_callback(request: Request, paymentid: str = Query(None)):
"successAction": { "successAction": {
"tag": "url", "tag": "url",
"description": "Check the attached link", "description": "Check the attached link",
"url": req.url_for("lnurlpos.displaypin", paymentid=paymentid), "url": request.url_for("lnurlpos.displaypin", paymentid=paymentid),
}, },
"routes": [], "routes": [],
} }