This commit is contained in:
HolgerHatGarKeineNode
2023-04-25 23:40:58 +02:00
parent aa4979942b
commit 0ef3e9e46c
2 changed files with 1 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ class Hello extends Component
$this->paymentHash = $invoice['payment_hash']; $this->paymentHash = $invoice['payment_hash'];
$this->qrCode = base64_encode(QrCode::format('png') $this->qrCode = base64_encode(QrCode::format('png')
->size(300) ->size(300)
->merge('/public/img/einundzwanzig.png', .3) ->merge('/public/img/markus_turm.png', .3)
->errorCorrection('H') ->errorCorrection('H')
->generate($invoice['payment_request'])); ->generate($invoice['payment_request']));
$this->invoice = $invoice['payment_request']; $this->invoice = $invoice['payment_request'];

BIN
public/img/makurs_turm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB