Skip to content

Commit

Permalink
Merge pull request #18 from hotgluexyz/feature/addPaymentOwner
Browse files Browse the repository at this point in the history
added payment_owner
  • Loading branch information
hsyyid authored Aug 18, 2022
2 parents 8d51f4e + a21e3c1 commit 97b60f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.20',
version='1.0.21',
description='Singer.io tap for extracting data from the Chargebee API',
author='[email protected]',
classifiers=['Programming Language :: Python :: 3 :: Only'],
Expand Down
4 changes: 2 additions & 2 deletions tap_chargebee/schemas/invoices.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,8 @@
"subscription_id": {
"type": ["null", "string"]
},
"total": {
"type": ["null", "integer"]
"payment_owner": {
"type": ["null", "string"]
}
}
}

0 comments on commit 97b60f6

Please sign in to comment.