docfast/src
OpenClaw Subagent e6638fb929 test: improve billing webhook branch coverage
Added edge case tests for:
- Line 231-233: checkout.session.completed webhook catch block when session.retrieve fails
- Line 165: /success route !customerId check with various falsy values
- Line 315: getOrCreateProPrice() else branch when no product exists

All 827 tests pass.
2026-03-19 20:12:28 +01:00
..
__tests__ test: improve billing webhook branch coverage 2026-03-19 20:12:28 +01:00
middleware type safety: complete catch(err:unknown) migration + extract admin routes 2026-03-09 14:09:12 +01:00
routes fix: remove unnecessary 'as any' casts and add proper types to templates 2026-03-19 08:12:30 +01:00
services fix: remove unnecessary 'as any' casts and add proper types to templates 2026-03-19 08:12:30 +01:00
utils fix: sanitize path traversal in filename (TDD) 2026-03-18 17:03:56 +01:00
index.ts fix: remove unnecessary 'as any' casts and add proper types to templates 2026-03-19 08:12:30 +01:00
openapi-extra.yaml v0.4.1: Code-driven OpenAPI docs via swagger-jsdoc 2026-02-20 07:54:37 +00:00
swagger.ts fix: swagger apis path to src/ + update stale signup/verify test refs 2026-03-18 20:11:17 +01:00
types.ts fix(cors): dynamic origin for staging support (BUG-111) + eliminate all 'as any' casts 2026-03-09 08:08:37 +01:00