Skip to content

Commit

Permalink
add fractional_correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sehnem committed Jul 13, 2022
1 parent 775d654 commit 8d0fe16
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 8d0fe16

Please sign in to comment.