From 202234007cce8ead80498d65bac3bae4485f2785 Mon Sep 17 00:00:00 2001 From: dyaffe Date: Mon, 25 Sep 2023 18:26:45 +0000 Subject: [PATCH] updating chargebee to remove minimums --- .../source-chargebee/streams/credit_note.patch.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-chargebee/streams/credit_note.patch.json b/airbyte-integrations/connectors/source-chargebee/streams/credit_note.patch.json index e58e4b84470a..b695bfb13a1f 100644 --- a/airbyte-integrations/connectors/source-chargebee/streams/credit_note.patch.json +++ b/airbyte-integrations/connectors/source-chargebee/streams/credit_note.patch.json @@ -5,6 +5,12 @@ "integer", "null" ] - } + }, + "taxable_amount": { + "type": [ + "integer", + "null" + ] + } } } \ No newline at end of file