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),