Skip to content

Commit

Permalink
Merge pull request #17 from adisetiawan/master
Browse files Browse the repository at this point in the history
Update npwp.ts
  • Loading branch information
magicjar authored Dec 18, 2022
2 parents af39b6f + 4d4b9cc commit d281bce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ts/datas/npwp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export const NPWP_LENGTH = 15
**/
export const NPWP_TAX_IDENTITIES = [
'01', '02', '21', '31', '00', '20', '04', '05', '06', '07', '08', '09', '24', '25', '26',
'31', '34', '35', '36', '47', '48', '49', '57', '58', '67', '77', '78', '79', '87', '88',
'89', '97'
'31', '34', '35', '36', '47', '48', '49', '57', '58', '65', '67', '71', '77', '78', '79', '87', '88',
'89', '91', '97'
]

/**
Expand All @@ -49,4 +49,4 @@ export const NPWP_DOT_INDEXES = [1, 4, 7, 11]
* Indexes of where are the hyphen separator to be placed
* Eg: 09.123.123.1-123.123
**/
export const NPWP_HYPHEN_INDEXES = [8]
export const NPWP_HYPHEN_INDEXES = [8]

0 comments on commit d281bce

Please sign in to comment.