Fixes BigInt conversion error when consuming planting.order.paid events. The orderId from planting-service is a string format like PLT1765391584505Q0Q6QD, not a numeric value. Changes: - reward-source.vo.ts: sourceOrderId (bigint) → sourceOrderNo (string) - reward-calculation.service.ts: updated all method signatures - reward-application.service.ts: updated distributeRewards params - event-consumer.controller.ts: removed BigInt() conversion - prisma schema: changed column type to VarChar(50) - mapper/repository: updated field names accordingly - Removed incompatible prisma.config.ts (Prisma 7.x format) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| backend | ||
| docs | ||
| frontend | ||
| kubernetes | ||
| scripts | ||
| tests | ||
| .gitignore | ||
| README.md | ||
| docker-compose.yml | ||