Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade / Upgrade existing subscriptions #321

Open
pozylon opened this issue Feb 8, 2021 · 1 comment
Open

Downgrade / Upgrade existing subscriptions #321

pozylon opened this issue Feb 8, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@pozylon
Copy link
Member

pozylon commented Feb 8, 2021

Currently, as long as a subscription is INITIAL, updatePlan will work accordingly but it fails when it's not INITIAL. It should be possible to change the product in some cases, for example you have:

  • Product A Monthly
  • Product A Yearly

or

  • Product A 2 times a week
  • Product A 4 times a week

You should be able to upgrade an existing subscription from monthly to yearly or maybe any other valid business case. Business logic has to be written to do a pro-rata credit note or equivalent to stop the former subscription pre-termination.

@pozylon
Copy link
Member Author

pozylon commented Feb 8, 2021

This has been touched here: #278

@pozylon pozylon added the enhancement New feature or request label Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant