From ee84c94423aefaf48058f31fb5059ce4a9bbb0fd Mon Sep 17 00:00:00 2001 From: brenhogan <125093480+brenhogan@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:09:06 -0400 Subject: [PATCH] Remove "Stripe" field from Charges stream (#28) --- tap_stripe/streams.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tap_stripe/streams.py b/tap_stripe/streams.py index e5fc923..a8ea6a3 100644 --- a/tap_stripe/streams.py +++ b/tap_stripe/streams.py @@ -813,7 +813,6 @@ def path(self): th.Property("application_fee_amount", th.NumberType), th.Property("balance_transaction", th.StringType), th.Property("billing_details", th.CustomType({"type": ["object", "string"]})), - th.Property("Stripe", th.StringType), th.Property("captured", th.BooleanType), th.Property("created", th.DateTimeType), th.Property("updated", th.DateTimeType),