Closed ttibensky closed 3 years ago
There are symbols with leading zeros, e.g. 0308 https://www.mbank.sk/pomoc/info/ucty/zoznam-najpouzivanejsich-konstantnych-symbolov.html. If you treat it as an integer, the first zero will be ommited resulting in an incorrect symbol 308.
0308
308
Here is a change proposal https://github.com/RikudouSage/QrPaymentSK/pull/31. You would also need to modify the documentation and perhaps do a new major release since this is a breaking change.
Released as 4.0.0
There are symbols with leading zeros, e.g.
0308
https://www.mbank.sk/pomoc/info/ucty/zoznam-najpouzivanejsich-konstantnych-symbolov.html. If you treat it as an integer, the first zero will be ommited resulting in an incorrect symbol308
.