mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
14 lines
774 B
PHP
14 lines
774 B
PHP
<div x-data="webln(@this)" class="p-2 sm:p-4" wire:ignore>
|
|
<div class="font-mono space-y-1 p-2 sm:p-4 text-white break-words">
|
|
<div class="text-xs sm:text-base break-words">Test Payment from WebLN to The Ben</div>
|
|
<div class="text-xs sm:text-base break-words">1 sat</div>
|
|
<div class="text-xs sm:text-base break-words">hash: {{ $invoice['payment_hash'] }}</div>
|
|
<div class="text-xs sm:text-base break-words">payment_request: {{ $invoice['payment_request'] }}</div>
|
|
<div class="mt-6">
|
|
<div class="flex justify-center">
|
|
<button x-on:click="keySendMethod" class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Pay Invoice</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|