From 747577b0f265a7511f41e7652cdfd44b8665cdb6 Mon Sep 17 00:00:00 2001 From: Vinicius Mesel Date: Thu, 14 Dec 2023 15:45:39 -0300 Subject: [PATCH] Rollsback trial_period_days (#4) --- tap_stripe/streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(