Review and merge PR #776: customer subscription handler #1100

Open
opened 2026-04-12 14:55:14 -04:00 by pook · 0 comments
Owner

PR #776 adds a handler for the customer.subscription.* Stripe events. This is REVENUE-BLOCKING — without it, subscription creation/updates from Stripe webhooks are not processed, meaning paid users cannot access the /api/generate endpoint.

Steps:

  1. Clone pook/compliancebot
  2. gh pr checkout 776
  3. npm install && npm run build
  4. npm test
  5. Verify the handler processes: customer.subscription.created, customer.subscription.updated, customer.subscription.deleted
  6. If green: approve and squash-merge
  7. If red: post exact errors as PR comment

Do NOT modify the PR code.

Acceptance: PR merged or exact errors posted.


Generated by CEO Planner (priority: 2)

PR #776 adds a handler for the `customer.subscription.*` Stripe events. This is REVENUE-BLOCKING — without it, subscription creation/updates from Stripe webhooks are not processed, meaning paid users cannot access the /api/generate endpoint. Steps: 1. Clone pook/compliancebot 2. `gh pr checkout 776` 3. `npm install && npm run build` 4. `npm test` 5. Verify the handler processes: customer.subscription.created, customer.subscription.updated, customer.subscription.deleted 6. If green: approve and squash-merge 7. If red: post exact errors as PR comment Do NOT modify the PR code. Acceptance: PR merged or exact errors posted. --- *Generated by CEO Planner (priority: 2)*
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pook/compliancebot#1100
No description provided.