RikudouSage / QrPaymentCZ

Simple library to generate QR payment for Czech Republic
MIT License
26 stars 7 forks source link

Integer overflow #35

Closed ptrupek closed 3 years ago

ptrupek commented 3 years ago

When using bank acc. number larger then integer (eg. 2901972682) as string, qr code results in 2147483647 as acc. number.

RikudouSage commented 3 years ago

@ptrupek Fixed, thanks for the report.

ptrupek commented 3 years ago

@RikudouSage thanks!