From 7a4327200de9efb4030742703525665924481b69 Mon Sep 17 00:00:00 2001 From: dyaffe Date: Mon, 25 Sep 2023 17:39:30 +0000 Subject: [PATCH] updating chargebee schema --- .../source-chargebee/streams/credit_note.patch.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 airbyte-integrations/connectors/source-chargebee/streams/credit_note.patch.json diff --git a/airbyte-integrations/connectors/source-chargebee/streams/credit_note.patch.json b/airbyte-integrations/connectors/source-chargebee/streams/credit_note.patch.json new file mode 100644 index 000000000000..e58e4b84470a --- /dev/null +++ b/airbyte-integrations/connectors/source-chargebee/streams/credit_note.patch.json @@ -0,0 +1,10 @@ +{ + "properties": { + "fractional_correction": { + "type": [ + "integer", + "null" + ] + } + } +} \ No newline at end of file