Hi there,
I’m trying to build a subscription flow with some limitations for my plans.
Currently i have the code from my Stripe implementation where i have set metadata for each product.
My Silver plan can save up to 10 things per month and my Gold plan can save up to 100 things.
I see that you have implemented the ability to add metadata per in Offerings but not in Products.
Do you plan to add metadata to products as well or is there any other workaround to achieve what i mentioned above?
Thanks!