Skip to content

The Xero API returned a contact with tax_number_type set to "TAXNUMBERTYPE/SSN", but the Python SDK only accepts these exact values: 'SSN' 'EIN' 'ITIN' 'ATIN' 'None' #26

The Xero API returned a contact with tax_number_type set to "TAXNUMBERTYPE/SSN", but the Python SDK only accepts these exact values: 'SSN' 'EIN' 'ITIN' 'ATIN' 'None'

The Xero API returned a contact with tax_number_type set to "TAXNUMBERTYPE/SSN", but the Python SDK only accepts these exact values: 'SSN' 'EIN' 'ITIN' 'ATIN' 'None' #26

name: Create Issue in Jira
on:
issues:
types:
- opened
jobs:
create_jira_issue:
uses: XeroAPI/Xero-OpenAPI/.github/workflows/jira_create_issue.yml@master
secrets: inherit