reaction-subscription-billing
reaction-subscription-billing copied to clipboard
Subscription cancellation
As a use I would like to be able to cancel my subscription so I am no longer billed for the service/goods.
Hi, I'll be working on subscription cancellation and it's upgrade/downgrade. If there are no restrictions and I can collaborate with this repo, please let me know.
@marcelorubini that's very cool to hear. A few things to note, we're targeting business models 2 and 3 with this extension. https://github.com/boomerdigital/reaction-subscription-billing/wiki/Subscription-Commerce-Models
For a choose your own box, the problem is that we need a more complex, extension or we have to add significant complexity to this one. For the stripe gateway, its not possible to record an arbitrary list of items and bill for it on a recurring basis ( or at least in a straightforward way). We will build a more complex extension with the major difference is that the more complex extension will be responsible for executing the billing interval instead of Stripe. This would be most easily implemented using 'JobControl' library that is native to Reaction.