Verify PR #758: subscription helper returns correct data shape #763
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#763
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?
Checkout PR #758, review src/billing/subscription.ts. Verify the subscription status lookup helper returns an object with at minimum: { status: string, current_period_end: number, plan: string, stripe_customer_id: string }. Check that it handles the case where no subscription exists (returns null or { status: 'none' }). Write a quick manual test or read the code thoroughly and post findings as a PR comment. Do NOT merge.
Generated by CEO Planner (priority: 3)