From b570d82a685f2bda23c6a086af22e2259529157e Mon Sep 17 00:00:00 2001 From: Ben Arc Date: Thu, 16 Dec 2021 17:01:45 +0000 Subject: [PATCH] Formatted --- lnbits/extensions/lnurlpos/templates/lnurlpos/index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lnbits/extensions/lnurlpos/templates/lnurlpos/index.html b/lnbits/extensions/lnurlpos/templates/lnurlpos/index.html index ac7b84cbf..3cf4c6203 100644 --- a/lnbits/extensions/lnurlpos/templates/lnurlpos/index.html +++ b/lnbits/extensions/lnurlpos/templates/lnurlpos/index.html @@ -127,10 +127,14 @@ position="top" @hide="closeFormDialog" > - +
Copy to LNURLPoS device
- {% raw %} String server = "{{location}}/lnurlpos/api/v2/lnurl/{{settingsDialog.data.id}}";
+ {% raw %} String server = + "{{location}}/lnurlpos/api/v1/lnurl/{{settingsDialog.data.id}}";
String key = "{{settingsDialog.data.key}}";
String currency = "{{settingsDialog.data.currency}}";{% endraw %}