Skip to content

Commit

Permalink
Merge pull request #16 from hotgluexyz/fix/missingField
Browse files Browse the repository at this point in the history
add fractional_correction
  • Loading branch information
hsyyid authored Jul 13, 2022
2 parents 775d654 + 8d0fe16 commit 345481e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name='tap-chargebee',
version='1.0.18',
version='1.0.19',
description='Singer.io tap for extracting data from the Chargebee API',
author='[email protected]',
classifiers=['Programming Language :: Python :: 3 :: Only'],
Expand Down
3 changes: 3 additions & 0 deletions tap_chargebee/schemas/credit_notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"status": {
"type": ["null", "string"]
},
"fractional_correction": {
"type": ["null", "string"]
},
"vat_number": {
"type": ["null", "string"],
"maxLength": 20
Expand Down

0 comments on commit 345481e

Please sign in to comment.