whisper-money/app
Víctor Falcón 3cbe0a7879 fix(sync): make transaction creation idempotent (#38)
## Summary
- When a transaction ID is provided during sync, check if it already
exists before creating
- If it exists, return the existing transaction with 200 status instead
of failing with duplicate key error
- Prevents duplicate transactions when sync retries occur due to network
issues

## Test plan
- [x] Attempt to create a transaction with a specific ID
- [x] Attempt to create another transaction with the same ID
- [x] Verify the second request returns the existing transaction instead
of an error
2025-12-30 07:22:19 +01:00
..
Actions Add category type field support (#2) 2025-12-01 20:19:47 +01:00
Console/Commands command: send email to leads 2025-12-30 07:22:18 +01:00
Enums feat: Implement drip email campaign system (#35) 2025-12-30 07:22:18 +01:00
Http fix(sync): make transaction creation idempotent (#38) 2025-12-30 07:22:19 +01:00
Jobs/Drip feat: Implement drip email campaign system (#35) 2025-12-30 07:22:18 +01:00
Listeners feat: Implement drip email campaign system (#35) 2025-12-30 07:22:18 +01:00
Mail fix(sync): make transaction creation idempotent (#38) 2025-12-30 07:22:19 +01:00
Models feat: Implement drip email campaign system (#35) 2025-12-30 07:22:18 +01:00
Policies feat: add transaction labels feature (#24) 2025-12-13 13:02:19 +01:00
Providers feat(queue): Implement queueable email jobs with rate limiting 2025-12-30 07:22:18 +01:00
Services Refactor: Optimize category management in CreateDefaultCategories and ResetUserCategories 2025-12-01 15:37:53 +01:00