I want to be able to change the trial period on a product, or the grace period, and I’m realizing none of this is editable in the RevenueCat dashboard. Does it have to be set when the product is created, and then I need to create new products every time I want to make a change?
I ask because: We have a field in our DB that stores if a customer is annual or monthly (which are two products at the moment), and we are getting this info from the customer info in the Web SDK. The only place there we can identify the subscription duration is from the product name. But, if we need to change product names regularly to change things like trial period, we need to make code changes on our side every time. It’d be nice if we either could modify products, or if the Web SDK could return duration in the customer info.