DavideTr94
Member
Good morning everyone,
in my App there are 5 different types of subscription, each with different prices but all lasting one month.
I should make a function that allows the user to upgrade a service by purchasing a different subscription:
To go from "pui_cloud_lvl1" (1.99 €) to "pui_cloud_lvl2" (2.99 €) I think I have to find a way to cancel the "lvl1" subscription and buy the "lvl2" subscription but I have no idea how to do it ...
Has anyone already had a need of this type? How can I solve this problem? Thank you all
in my App there are 5 different types of subscription, each with different prices but all lasting one month.
I should make a function that allows the user to upgrade a service by purchasing a different subscription:
To go from "pui_cloud_lvl1" (1.99 €) to "pui_cloud_lvl2" (2.99 €) I think I have to find a way to cancel the "lvl1" subscription and buy the "lvl2" subscription but I have no idea how to do it ...
Has anyone already had a need of this type? How can I solve this problem? Thank you all