paynym support added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-17 11:49:11 +01:00
parent d9bf8a730a
commit 6979c554bc
20 changed files with 147 additions and 12 deletions

View File

@@ -264,6 +264,13 @@
</div>
@endif
@if($payNymQrCode)
<div class="flex flex-col sm:flex-row justify-center space-x-4 border-t border-white py-4 mt-4">
<h1 class="text-2xl text-gray-200">PayNym</h1>
<img src="{{ 'data:image/png;base64, '. $payNymQrCode }}" alt="qrcode">
</div>
@endif
<div wire:ignore>
<div class="flex flex-col sm:flex-row justify-center space-x-4 border-t border-white py-4 mt-4">
@if($libraryItem->lecturer->lightning_address || $libraryItem->lecturer->lnurl || $libraryItem->lecturer->node_id)