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