You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of QR string with CRC code starting with '0' or '00' or '000', for example sample_qr_string = "00020201021126580014A000000615000101065887340212MBBQR1666987031000000000005204581253034585802MY5908TAKOYAKI6006PAHANG630400D7"
when I'm using
emvqr.decode(sample_qr_string),
its failing at validateChecksum because variable expectedCRC return 'D7' while variable checksum return '00D7'.
Is there any way to configure on this issue?
The text was updated successfully, but these errors were encountered:
Hi,
In case of QR string with CRC code starting with '0' or '00' or '000', for example
sample_qr_string = "00020201021126580014A000000615000101065887340212MBBQR1666987031000000000005204581253034585802MY5908TAKOYAKI6006PAHANG630400D7"
when I'm using
emvqr.decode(sample_qr_string)
,its failing at validateChecksum because variable expectedCRC return 'D7' while variable checksum return '00D7'.
Is there any way to configure on this issue?
The text was updated successfully, but these errors were encountered: