curl -X GET {{ request.base_url }}withdraw/api/v1/links -H
- "X-Api-Key: {{ user.wallets[0].inkey }}"
+ "X-Api-Key: "
@@ -51,8 +51,8 @@
curl -X GET {{ request.base_url
- }}withdraw/api/v1/links/<withdraw_id> -H "X-Api-Key: {{
- user.wallets[0].inkey }}"
+ }}withdraw/api/v1/links/<withdraw_id> -H "X-Api-Key:
+ "
@@ -86,7 +86,7 @@
"max_withdrawable": <integer>, "uses": <integer>,
"wait_time": <integer>, "is_unique": <boolean>,
"webhook_url": <string>}' -H "Content-type: application/json" -H
- "X-Api-Key: {{ user.wallets[0].adminkey }}"
+ "X-Api-Key: "
@@ -122,8 +122,8 @@
<string>, "min_withdrawable": <integer>,
"max_withdrawable": <integer>, "uses": <integer>,
"wait_time": <integer>, "is_unique": <boolean>}' -H
- "Content-type: application/json" -H "X-Api-Key: {{
- user.wallets[0].adminkey }}"
+ "Content-type: application/json" -H "X-Api-Key:
+ "
@@ -147,8 +147,8 @@
curl -X DELETE {{ request.base_url
- }}withdraw/api/v1/links/<withdraw_id> -H "X-Api-Key: {{
- user.wallets[0].adminkey }}"
+ }}withdraw/api/v1/links/<withdraw_id> -H "X-Api-Key:
+ "
@@ -176,7 +176,7 @@
curl -X GET {{ request.base_url
}}withdraw/api/v1/links/<the_hash>/<lnurl_id> -H
- "X-Api-Key: {{ user.wallets[0].inkey }}"
+ "X-Api-Key: "
diff --git a/templates/withdraw/csv.html b/templates/withdraw/csv.html
deleted file mode 100644
index 6290290..0000000
--- a/templates/withdraw/csv.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends "print.html" %} {% block page %} {% for page in link %} {% for threes
-in page %} {% for one in threes %} {{one}}, {% endfor %} {% endfor %} {% endfor
-%} {% endblock %} {% block scripts %}
-
-{% endblock %}
diff --git a/templates/withdraw/display.html b/templates/withdraw/display.html
index 3ef545c..812c95f 100644
--- a/templates/withdraw/display.html
+++ b/templates/withdraw/display.html
@@ -4,29 +4,32 @@
- ID: {{ qrCodeDialog.data.id }}
- Unique: {{ qrCodeDialog.data.is_unique }}
+ ID:
+ Unique:
+
+
(QR code will change after each withdrawal)
- Max. withdrawable: {{
- qrCodeDialog.data.max_withdrawable }} sat
- Wait time: {{ qrCodeDialog.data.wait_time }} seconds
- Withdraws: {{ qrCodeDialog.data.used }} / {{
- qrCodeDialog.data.uses }}
+ Max. withdrawable:
+ sat
+ Wait time:
+ seconds
+ Withdraws:
+ /
+
|
- |
+