Fixes the reference field to be filled when scanning QR code with banking apps

This commit is contained in:
Yannick 2023-11-14 18:32:43 +01:00 committed by GitHub
parent d147bca2e8
commit 7c3917e8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ class EpcQrGenerator
$this->sepa['purpose'],
substr($this->invoice->number, 0, 34),
'',
''
' '
]), "\n");
}