diff --git a/tap_stripe/streams.py b/tap_stripe/streams.py index 444a093..d0a2734 100644 --- a/tap_stripe/streams.py +++ b/tap_stripe/streams.py @@ -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(