Completed
Pull Request — master (#4)
by Cesar
01:51
created
src/Service/Paypal/InvoiceService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.