Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Commits merged: - fix(FN-281): make result search param truly optional to fix typecheck - feat(FN-281): add payment_success and payment_failed PostHog events Files changed: apps/api/package.json | 1 + apps/api/src/app.module.ts | 2 + apps/api/src/payments/payments.service.spec.ts | 99 +- apps/api/src/payments/payments.service.ts | 40 + apps/api/src/posthog/posthog.module.ts | 9 + apps/api/src/posthog/posthog.service.ts | 64 ++ .../web/src/components/payment/payment-content.tsx | 24 +- apps/web/src/routeTree.gen.ts | 1110 ++++++++++---------- apps/web/src/routes/dashboard/subscription/pay.tsx | 24 +- packages/config/src/index.ts | 4 + pnpm-lock.yaml | 30 + 11 files changed, 827 insertions(+), 580 deletions(-) Fusion-Task-Id: FN-281