From 0c447144f1fd3b2a290d42929148a77f034af96b Mon Sep 17 00:00:00 2001 From: Hassan Syyid Date: Thu, 5 Sep 2024 06:22:04 -0700 Subject: [PATCH] HG-3421 / Add fields to CreditNotesStream's schema --- tap_chargebee/schemas/credit_notes.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tap_chargebee/schemas/credit_notes.json b/tap_chargebee/schemas/credit_notes.json index c5bb589..5fdd79f 100644 --- a/tap_chargebee/schemas/credit_notes.json +++ b/tap_chargebee/schemas/credit_notes.json @@ -42,6 +42,15 @@ "currency_code": { "type": ["null", "string"] }, + "base_currency_code": { + "type": ["null", "string"] + }, + "local_currency_code": { + "type": ["null", "string"] + }, + "local_currency_exchange_rate": { + "type": ["null", "number"] + }, "exchange_rate": { "type": ["null", "number"] },