Skip to content

Commit

Permalink
Merge pull request #107 from BBBrice/patch-1
Browse files Browse the repository at this point in the history
fix: name, LocalName - India GSTIN
  • Loading branch information
koblas authored Sep 28, 2023
2 parents 1c2a008 + 3cd61f8 commit 9376837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/in/gstin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ const STATE_CODES: Record<string, string> = {
const VALID_STATE_CODES = Object.keys(STATE_CODES);

const impl: Validator = {
name: 'NAME',
localName: 'NAME',
name: 'Indian VAT Number',
localName: 'Goods and Services Tax Identification Number',
abbreviation: 'GSTIN',

compact(input: string): string {
Expand Down

0 comments on commit 9376837

Please sign in to comment.