make instant wallet available in custom vouchers (#830)

This commit is contained in:
Tiago Vasconcelos 2022-08-03 08:51:16 +01:00 committed by GitHub
parent 972a1d4ac9
commit 716a30a0fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,10 @@
<img src="{{custom_url}}" alt="..." />
<span>{{ amt }} sats</span>
<div class="lnurlw">
<qrcode :value="'{{one}}'" :options="{width: 95, margin: 1}"></qrcode>
<qrcode
:value="theurl + '/?lightning={{one}}'"
:options="{width: 95, margin: 1}"
></qrcode>
</div>
</div>
{% endfor %}