Currently users have to input 0 in the field that should be ignored in order to create a package with one subscription price:

A UX improvement would be to allow users inside the same package to add both prices monthly and yearly.
This creates unnecessary confusions and bloat on the billing section:

-
Backend suggestion: Maybe instead of having to use products price_id you can use products_id instead to display all prices in one product from Stripe.
-
Front end suggestion: display a switch component to allow users to toggle between yearly or monthly.
Currently users have to input 0 in the field that should be ignored in order to create a package with one subscription price:

A UX improvement would be to allow users inside the same package to add both prices monthly and yearly.
This creates unnecessary confusions and bloat on the billing section:

Backend suggestion: Maybe instead of having to use products price_id you can use products_id instead to display all prices in one product from Stripe.
Front end suggestion: display a switch component to allow users to toggle between yearly or monthly.