We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Seems the library is working fine to generate EAN13 codes, except for numbers that should have the check digit as 0.
0
For instance, if you ean.ean13.generate(262192200530), it returns 2621922005310 instead of 2621922005300.
ean.ean13.generate(262192200530)
2621922005310
2621922005300
The text was updated successfully, but these errors were encountered:
Please let me know if it's something you think might be easy to fix. I could maybe help with a PR too.
Sorry, something went wrong.
No branches or pull requests
Hello,
Seems the library is working fine to generate EAN13 codes, except for numbers that should have the check digit as
0
.For instance, if you
ean.ean13.generate(262192200530)
, it returns2621922005310
instead of2621922005300
.The text was updated successfully, but these errors were encountered: