diff --git a/dev/vite/index.html b/dev/vite/index.html index 25e9309..674e16a 100644 --- a/dev/vite/index.html +++ b/dev/vite/index.html @@ -40,7 +40,11 @@ document .getElementById('pay-button') .addEventListener('click', async () => { - const payButtonInvoice = await ln.requestInvoice({satoshi: 1}); + const payButtonInvoice = await ln.requestInvoice({ + satoshi: 1, + //comment: + // "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s", + }); document .getElementById('pay-button') .setAttribute('invoice', payButtonInvoice.paymentRequest); diff --git a/src/components/bc-modal.ts b/src/components/bc-modal.ts index b106872..6b3b02a 100644 --- a/src/components/bc-modal.ts +++ b/src/components/bc-modal.ts @@ -17,8 +17,8 @@ export class Modal extends withTwind()(BitcoinConnectElement) { @click=${this._handleClose} >
diff --git a/src/components/pages/bc-send-payment.ts b/src/components/pages/bc-send-payment.ts index bb58f08..dca3b40 100644 --- a/src/components/pages/bc-send-payment.ts +++ b/src/components/pages/bc-send-payment.ts @@ -128,11 +128,13 @@ export class SendPayment extends withTwind()(BitcoinConnectElement) { } if (this.paymentMethods === 'all' || this.paymentMethods === 'external') { - externalMethods = html` -