Changes between Version 2 and Version 3 of Ticket #78, comment 2
- Timestamp:
- 2024-10-03T06:54:40Z (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #78, comment 2
v2 v3 13 13 6. We need to establish a Stripe Webhook to receive event information such as: 14 14 * customers upgrading their subscription to the next level -> re-provision access to that level 15 * customers cancelling their subscription -> de-provision access as appropriate (tbd) 15 * customers downgrading their subscription to a lower level -> re-provision access to that level provided token.used is fewer than the new token.package_size. Otherwise we need to get in touch. 16 * customers cancelling their subscription -> de-provision access and get in touch to determine what to do with their data. 16 17 17 18 Work required to finish this ticket: 18 19 19 * Welcome page - contains instructions on 4 above 20 * Welcome page - contains instructions on 4 above - '''Done''' 20 21 * Adjust the Token page to contain the Stripe link in 4 above - visible only to the Manager role - '''Done''' 21 22 * Provision the service - 3 above - find the initial Leeway token and adjust the number - '''Done'''