Skip to content

Commit

Permalink
Rollsback trial_period_days (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmesel authored Dec 14, 2023
1 parent ecff7bd commit 747577b
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 @@ -393,7 +393,7 @@ def path(self):
th.Property("product", th.StringType),
th.Property("tiers_mode", th.StringType),
th.Property("transform_usage", th.CustomType({"type": ["object", "string"]})),
th.Property("trial_period_days", th.CustomType({"type": ["object", "string", "number"]})),
th.Property("trial_period_days", th.NumberType),
th.Property(
"tiers",
th.ArrayType(
Expand Down

0 comments on commit 747577b

Please sign in to comment.