Skip to content

Commit

Permalink
Remove "Stripe" field from Charges stream (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenhogan authored Aug 27, 2024
1 parent 983a6b7 commit ee84c94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tap_stripe/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit ee84c94

Please sign in to comment.