claudep / swiss-qr-bill

A Python library to generate Swiss QR-bill payment slips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postfinance doesnt accept generated qr-code

marcel-holstein opened this issue · comments

Hi, our postfinance doesnt accept our generated qr-code because there are characters in line 30 that are not allowed (extra_infos, '##' character for visual line split). Is it possible to remove the character after line split (line 680 in bill.py)? Currently its readded after line split.

I don't remember if in a previous spec, the // separation sequence was ##. What about replacing ## by // in the code now? Would that suit your use case?

See the above pull request for my suggested fix.

@marcel-holstein Any feedback on my proposal?

Yeah, looks promising. Thank you.

Thanks for checking and for the report, of course!