Skip to content

Commit

Permalink
Fix M-series checksum Q letter
Browse files Browse the repository at this point in the history
  • Loading branch information
IonBazan authored May 20, 2022
1 parent 4cb22e7 commit 90f60a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NRIC.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final class NRIC implements Stringable
private const LENGTH = 9;
private const CHECKSUM_CITIZEN = 'JZIHGFEDCBA';
private const CHECKSUM_FOREIGNER = 'XWUTRQPNMLK';
private const CHECKSUM_FOREIGNER_2022 = 'XWUTROPNJLK';
private const CHECKSUM_FOREIGNER_2022 = 'XWUTRQPNJLK';
private const PREFIX_CITIZEN_1900 = 'S';
private const PREFIX_CITIZEN_2000 = 'T';
private const PREFIX_FOREIGNER_1900 = 'F';
Expand Down

0 comments on commit 90f60a8

Please sign in to comment.