From 89d2f3024146a553a961b8a5d72609ff9256ae8f Mon Sep 17 00:00:00 2001 From: fsociety Date: Tue, 10 Sep 2024 21:58:19 +0200 Subject: [PATCH] feat: update payment details in WebLN test view This commit modifies the WebLN test view in the Einundzwanzig portal. Changes include the recipient name change from "Bob" to "The Ben", addition of payment hash and payment request information, and updates the button text to "Pay Invoice". --- resources/views/livewire/test/web-l-n.blade.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/resources/views/livewire/test/web-l-n.blade.php b/resources/views/livewire/test/web-l-n.blade.php index 77c5836d..9cdff675 100644 --- a/resources/views/livewire/test/web-l-n.blade.php +++ b/resources/views/livewire/test/web-l-n.blade.php @@ -1,11 +1,14 @@
-
Test Payment from WebLN to "Bob"
+
Test Payment from WebLN to "The Ben"
1 sat
-
keysend to: 0363662a4ae8b8b7a73d9f4e459a9b25d4786f4ecc7315b5401934f3a2ef609750
+
hash: {{ $invoice['payment_hash'] }}
+
payment_request: {{ $invoice['payment_request'] }}
- +