You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem with the noProrate option is that when you execute a swap right afterward a swap with noProrate() function you can't turn on Prorate.
If I have a user downgrade the plan, I do not want to prorate or give a refund, but if the user downgrades and then upgrades higher to what the originally paid during the subscription period, then I want to swap to the original plan with noProrate and then swap to a higher plan with a Prorate.
What I did to fix the issue on my end is add a new function to the Subscription model called Prorate() so that I can turn the $prorate flag to true. If you would simply add the function to the base code it would help a lot of developers out.
Steps To Reproduce:
The text was updated successfully, but these errors were encountered:
Description:
The problem with the noProrate option is that when you execute a swap right afterward a swap with noProrate() function you can't turn on Prorate.
If I have a user downgrade the plan, I do not want to prorate or give a refund, but if the user downgrades and then upgrades higher to what the originally paid during the subscription period, then I want to swap to the original plan with noProrate and then swap to a higher plan with a Prorate.
What I did to fix the issue on my end is add a new function to the Subscription model called Prorate() so that I can turn the $prorate flag to true. If you would simply add the function to the base code it would help a lot of developers out.
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: