learning_ai_common_plat/services/platform-service/src/modules/stripe
saravanakumardb1 daccbaea6c fix(stripe): remove dead syncUserPlan call to deleted backend /api/users/:userId/plan route
The Python backend users.py route was deleted in the backend cleanup.
Plan updates are already handled by authRepo.updatePlan() inline in
each webhook handler — the syncUserPlan fetch was redundant dead code.
2026-02-15 15:40:42 -08:00
..
routes.ts fix(stripe): remove dead syncUserPlan call to deleted backend /api/users/:userId/plan route 2026-02-15 15:40:42 -08:00
stripe.routes.test.ts test(platform-service): add route-level tests for Phase 1 migration behaviors 2026-02-15 15:09:23 -08:00