QR invoices and lnurls got prefix and uppercased

This commit is contained in:
Gene Takavic
2022-12-28 23:42:36 +01:00
parent 89aa4a1de9
commit 71eebc1441
22 changed files with 24 additions and 24 deletions
@@ -67,7 +67,7 @@
<a :href="'lightning:' + receive.paymentReq">
<q-responsive :ratio="1" class="q-mx-xl">
<qrcode
:value="paymentReq"
:value="'lightning:' + receive.paymentReq.toUpperCase()"
:options="{width: 340}"
class="rounded-borders"
></qrcode>