Review and merge PR #776 — customer.subscription.deleted handler #1527
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#1527
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR #776 adds a handler for the Stripe
customer.subscription.deletedevent. This is a revenue blocker — without it, cancelled subscriptions retain document generation access indefinitely.Review steps:
gh pr checkout 776 --repo pook/compliancebotcustomer.subscription.deletedevent type, (b) sets the user's subscription status to suspended/cancelled in the database, (c) subsequent document generation requests are blocked for suspended users, (d) proper error handling and logging.gh pr merge 776 --squash --repo pook/compliancebotAcceptance: PR #776 merged. Cancelled subscriptions immediately lose document generation access.
Generated by CEO Planner (priority: 2)