discourse-subscriptions/assets/javascripts/discourse/routes
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
..
admin-plugins-discourse-subscriptions-dashboard.js.es6 remove subscribe index 2019-12-13 11:54:32 +11:00
admin-plugins-discourse-subscriptions-plans-index.js.es6 remove subscribe index 2019-12-13 11:54:32 +11:00
admin-plugins-discourse-subscriptions-plans.js.es6 remove subscribe index 2019-12-13 11:54:32 +11:00
admin-plugins-discourse-subscriptions-products-index.js.es6 REFACTOR: Use models to store data (#11) 2020-05-22 11:20:05 -05:00
admin-plugins-discourse-subscriptions-products-show-plans-show.js.es6 FIX: Properly show information on saved plans 2020-07-28 11:56:58 -05:00
admin-plugins-discourse-subscriptions-products-show.js.es6 DEV: Remove deprecations & improve error handling (#12) 2020-05-28 10:32:57 -05:00
admin-plugins-discourse-subscriptions-products.js.es6 remove subscribe index 2019-12-13 11:54:32 +11:00
admin-plugins-discourse-subscriptions-subscriptions.js.es6 REFACTOR: Use models to store data (#11) 2020-05-22 11:20:05 -05:00
admin-plugins-discourse-subscriptions.js.es6 remove subscribe index 2019-12-13 11:54:32 +11:00
s-index.js.es6 remove subscribe index 2019-12-13 11:54:32 +11:00
s-show.js.es6 DEV: Remove deprecations & improve error handling (#12) 2020-05-28 10:32:57 -05:00
s.js.es6 remove subscribe index 2019-12-13 11:54:32 +11:00
user-billing-index.js.es6 subscription and billing templates 2019-12-16 10:42:55 +11:00
user-billing-payments.js.es6 user payments page 2019-12-17 16:31:58 +11:00
user-billing-subscriptions.js.es6 FEATURE: Cancel payments at end of subscription vs immediately 2020-08-19 14:37:47 -05:00
user-billing.js.es6 subscription and billing templates 2019-12-16 10:42:55 +11:00