diff --git a/views/_checkout.pug b/views/_checkout.pug index 6a03d29..95d3a00 100644 --- a/views/_checkout.pug +++ b/views/_checkout.pug @@ -19,7 +19,7 @@ else p: a.btn.btn-lg.btn-primary(href=`lightning:${invoice.payreq}`) Pay now - .qr.col-sm-4.mb-3: img(src=qruri('lightning:'+invoice.payreq, { mode: 'alphanumeric', margin: 0 })) + .qr.col-sm-4.mb-3: img(src=qruri('lightning:'+invoice.payreq.toUpperCase(), { margin: 0 })) //- long-pull payment updates via reloading hack. not the prettiest, but extremely terse, and it works img.d-none(src='_invoice/'+invoice.id+'/longpoll.png', onerror='this.src=this.src', onload='location.reload()')