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
Found out that type cast to (int) in the toInt() method of Luhn class makes it removes the leading zero.
A valid number like "200208045419" does not count as valid because of this.
The text was updated successfully, but these errors were encountered:
Hey.
Found out that type cast to (int) in the
toInt()
method of Luhn class makes it removes the leading zero.A valid number like "200208045419" does not count as valid because of this.
The text was updated successfully, but these errors were encountered: