Skip to content

Commit

Permalink
bump schema for balance_transactions (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyn4 authored Jun 6, 2024
1 parent ce290fb commit 683972c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_stripe/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,11 +785,11 @@ class BalanceTransactionsStream(stripeStream):
th.Property("source", th.StringType),
th.Property("status", th.StringType),
th.Property("type", th.StringType),
th.Property("invoice", th.StringType),
th.Property("livemode", th.BooleanType),
th.Property("period", th.CustomType({"type": ["object", "string"]})),
th.Property("subscription_item", th.StringType),
th.Property("total_usage", th.IntegerType),
th.Property("exchange_rate", th.NumberType),
).to_dict()

class ChargesStream(stripeStream):
Expand Down

0 comments on commit 683972c

Please sign in to comment.