QRCoder
QRCoder copied to clipboard
Bugfixing # 399
Bug #399 If BillInformation is empty, insert no linebreak
Summary
This PR fixes/implements the following bugs/features:
- [x] Bug #399
What existing problem does the pull request solve?**
See description from bug #399
Test plan
Create SwissQRCode with:
- Trailer "EPD"
- UnstrucureMessage "Text"
- BillInformation [empty or null]
Result --> if you scan the qrCode after "EPD" does not exist a line break! ;-)
Closing issues
Fixes #399 and #398
Bugfix works as expected. Thanks for the pull request.