reaction-subscription-billing icon indicating copy to clipboard operation
reaction-subscription-billing copied to clipboard

Subscription cancellation

Open dhonig opened this issue 7 years ago • 2 comments

As a use I would like to be able to cancel my subscription so I am no longer billed for the service/goods.

dhonig avatar Sep 27 '17 19:09 dhonig

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 avatar Nov 06 '17 19:11 marcelorubini

@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.

dhonig avatar Nov 06 '17 20:11 dhonig