From 8d0fe161e07a0aa96347e120a520b5a314ccc9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20M=2E=20Sehnem?= Date: Wed, 13 Jul 2022 12:03:08 -0400 Subject: [PATCH] add fractional_correction --- setup.py | 2 +- tap_chargebee/schemas/credit_notes.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6d00e5..471f6a7 100644 --- a/setup.py +++ b/setup.py @@ -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='dwallace@envoy.com', classifiers=['Programming Language :: Python :: 3 :: Only'], diff --git a/tap_chargebee/schemas/credit_notes.json b/tap_chargebee/schemas/credit_notes.json index f0b294a..8efc318 100644 --- a/tap_chargebee/schemas/credit_notes.json +++ b/tap_chargebee/schemas/credit_notes.json @@ -27,6 +27,9 @@ "status": { "type": ["null", "string"] }, + "fractional_correction": { + "type": ["null", "string"] + }, "vat_number": { "type": ["null", "string"], "maxLength": 20