Receipt part with long address
sdespont opened this issue · 2 comments
sdespont commented
I can't find where the documentation explains that the receiving room can't have multiple lines.
Address like:
$qrBill->setCreditor(
QrBill\DataGroup\Element\CombinedAddress::create(
'Robert Schneider AG',
'p.a. My long-company-name Sàrl, Av. de la Gare 66',
'2501 Biel',
'CH'
)
);
is printed like this:
Robert Schneider AG
2501 Biel
Because of
php-swiss-qr-bill/src/DataGroup/Element/StructuredAddress.php
Lines 150 to 152 in c5e69dd
Can you confirm that this is the desired behavior?
kohlerdominik commented
sdespont commented
@kohlerdominik ok, thanks for the quick answer