File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 'credit ' => 'Credit note ' ,
4141 'proforma ' => 'Proforma invoice ' ,
4242 ],
43-
43+
4444 'page ' => 'Page ' ,
4545];
Original file line number Diff line number Diff line change 186186 new PaymentInstruction (
187187 name: 'Bank Transfer ' ,
188188 description: 'Make a direct bank transfer using the details below ' ,
189- qrcode: " data:image/png;base64, " . base64_encode (file_get_contents (__DIR__ . " /../resources/images/qrcode.png " )),
189+ qrcode: ' data:image/png;base64, ' . base64_encode (file_get_contents (__DIR__ . ' /../resources/images/qrcode.png ' )),
190190 fields: [
191191 'Bank Name ' => 'Acme Bank ' ,
192192 'Account Number ' => '12345678 ' ,
193193 'IBAN ' => 'GB12ACME12345678123456 ' ,
194194 'SWIFT/BIC ' => 'ACMEGB2L ' ,
195195 'Reference ' => 'INV-0032/001 ' ,
196- '<a href="#">Pay online</a> '
196+ '<a href="#">Pay online</a> ' ,
197197 ],
198198 ),
199199 ]
You can’t perform that action at this time.
0 commit comments