Skip to content

Commit

Permalink
Add uk-UA
Browse files Browse the repository at this point in the history
  • Loading branch information
arttiger authored Jan 12, 2024
1 parent 645a83b commit 691fdac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/isTaxID.js
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,6 @@ function ukUaCheck(tin) {
for (let i = 0; i < multipliers.length; i++) {
checksum += digits[i] * multipliers[i];
}

return checksum % 11 === 10 ? digits[9] === 0 : digits[9] === checksum % 11;
}

Expand Down

0 comments on commit 691fdac

Please sign in to comment.