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},
|
extra={"tag": "copilot", "comment": comment},
|
||||||
)
|
)
|
||||||
print(jsonify(pr=payment_request, success_action=None, routes=[], disposable=None))
|
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)
|
return jsonify(pr=payment_request, success_action=None, routes=[], disposable=None)
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
<div
|
<div
|
||||||
v-if="'{{ lnurl_toggle }}' == 1"
|
v-if="'{{ lnurl_toggle }}' == 1"
|
||||||
class="rounded-borders fixed-top-right column"
|
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">
|
<div class="col">
|
||||||
<qrcode
|
<qrcode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue