lnurl failing
This commit is contained in:
parent
f8920fe8ed
commit
9ec3fea73c
2 changed files with 2 additions and 1 deletions
|
|
@ -71,4 +71,5 @@ async def lnurl_callback(cp_id):
|
|||
extra={"tag": "copilot", "comment": comment},
|
||||
)
|
||||
print(jsonify(pr=payment_request, success_action=None, routes=[], disposable=None))
|
||||
print(["pr"=payment_request, "success_action"=None, "routes"=[], "disposable"=None])
|
||||
return jsonify(pr=payment_request, success_action=None, routes=[], disposable=None)
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
<div
|
||||
v-if="'{{ lnurl_toggle }}' == 1"
|
||||
class="rounded-borders fixed-top-right column"
|
||||
style="width: 350px; z-index: 9999"
|
||||
style="width: 350px; z-index: 9999; background-color: white"
|
||||
>
|
||||
<div class="col">
|
||||
<qrcode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue