Skip to content

Commit 2ed77c9

Browse files
authored
fix mispelling of identification type enum (#342)
1 parent d02f0f9 commit 2ed77c9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

mintlify/openapi.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/components/schemas/customers/IdentificationType.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ enum:
33
- SSN
44
- ITIN
55
- EIN
6-
- NON_TAX_ID
7-
description: Type of personal identification document
6+
- NON_US_TAX_ID
7+
description: Type of tax identification
88
example: SSN

0 commit comments

Comments
 (0)