|
@@ -103,7 +103,7 @@ |
|
|
block discarded – undo |
|
103
|
103
|
public function getInvoiceQRHTML(Invoice $invoice): string |
|
104
|
104
|
{ |
|
105
|
105
|
$image = Invoice::qrCode($invoice->getId(), ['height' => '400', 'width' => '400'], $this->apiContext); |
|
106
|
|
- return '<img src="data:image/png;base64,'. $image->getImage() . '" alt="Invoice QR Code" />'; |
|
|
106
|
+ return '<img src="data:image/png;base64,' . $image->getImage() . '" alt="Invoice QR Code" />'; |
|
107
|
107
|
} |
|
108
|
108
|
|
|
109
|
109
|
/** |
Please login to merge, or discard this patch.