discourse-subscriptions/spec
Justin DiRose a868e6b838
FEATURE: Cancel payments at end of subscription vs immediately
Previously, when a user canceled a subscription, the access would revoke
immediately on Discourse vs. at the end of the billing period. This
commit changes the behavior to remove membership at the end of the
billing period using Stripe's `cancel_at_period_end` attribute on the
Subscription object.

This commit now requires the setup of webhooks for subscription
processing to occur correctly.
2020-08-19 14:37:47 -05:00
..
fabricators REFACTOR: Use models to store data (#11) 2020-05-22 11:20:05 -05:00
models name space module 2019-12-04 11:23:45 +11:00
requests FEATURE: Cancel payments at end of subscription vs immediately 2020-08-19 14:37:47 -05:00
plugin_helper.rb fix path to fabricators 2019-12-03 11:01:44 +11:00