-
Notifications
You must be signed in to change notification settings - Fork 221
Closed
Description
The Mexican RFC check digit is being miscalculated when it should be an "A".
The example to check that is: "MAHM670102NJA".
From the document that is in the comments:
"Si el residuo es igual a 10 el dígito verificador será “ A”."
If the remainder equals 10, then the check digit is an "A".
But the function that calculates the check digit returns "1".
Metadata
Metadata
Assignees
Labels
No labels