whisper-money/app/Mail
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
..
Drip fix(sync): make transaction creation idempotent (#38) 2025-12-30 07:22:19 +01:00
UserLeadInvitation.php fix(sync): make transaction creation idempotent (#38) 2025-12-30 07:22:19 +01:00