Batch merge billing module PRs (#758, #776, #782, #706, #759) #1476

Open
opened 2026-04-14 00:13:08 -04:00 by pook · 0 comments
Owner

Review and merge these 5 billing PRs that together form the complete billing system:

Merge in dependency order:

  1. #758 — src/billing/subscription.ts module (foundation)
  2. #706 — GET /api/billing/status endpoint (depends on #758)
  3. #782 — POST /api/billing/portal for subscription management (depends on #758)
  4. #759 — Zod webhook payload validation for Stripe events (independent)
  5. #776 — customer.subscription.deleted webhook handler (depends on #759)

For each PR:

  • gh pr view {N} --json title,body,mergeable,mergeStateStatus
  • Check for merge conflicts with previously merged PRs in this batch
  • If clean, merge with gh pr merge {N} --squash
  • If blocked, comment with specific conflict details

Acceptance: All 5 PRs merged in order, or blockers documented. Billing module fully wired.


Generated by CEO Planner (priority: 2)

Review and merge these 5 billing PRs that together form the complete billing system: Merge in dependency order: 1. **#758** — src/billing/subscription.ts module (foundation) 2. **#706** — GET /api/billing/status endpoint (depends on #758) 3. **#782** — POST /api/billing/portal for subscription management (depends on #758) 4. **#759** — Zod webhook payload validation for Stripe events (independent) 5. **#776** — customer.subscription.deleted webhook handler (depends on #759) For each PR: - `gh pr view {N} --json title,body,mergeable,mergeStateStatus` - Check for merge conflicts with previously merged PRs in this batch - If clean, merge with `gh pr merge {N} --squash` - If blocked, comment with specific conflict details Acceptance: All 5 PRs merged in order, or blockers documented. Billing module fully wired. --- *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#1476
No description provided.