Currently using com.revenuecat.purchases:purchases:4.2.1
When a user goes to upgrade a product in the same offering, I’m using UpgradeInfo to do that.
new UpgradeInfo(currentProduct,1) //1 = IMMEDIATE_WITH_TIME_PRORATION
But the user is showing that the upgrade will start at a later date . Am I doing something wrong?