whisper-money/app/Http
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
..
Controllers fix(sync): make transaction creation idempotent (#38) 2025-12-30 07:22:19 +01:00
Middleware add best value to yearly price 2025-12-30 07:22:18 +01:00
Requests Bulk actions/select all (#33) 2025-12-15 17:59:58 +01:00
Responses User Onboarding Flow (#23) 2025-12-12 13:06:08 +01:00