docs(ops): mark Request Network intent idempotency fix as implemented

Backend solution (c) shipped in nick/backend@bdbcc32 — endpoint now reuses
existing pending Payments instead of colliding on the unique index.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Siavash Sameni
2026-05-27 09:05:21 +04:00
parent a9d7bf003d
commit 2a00339882

View File

@@ -72,7 +72,7 @@ Exact payload that reproduces is captured in the original ticket (`amount: 12`,
## 5. Solutions
Three layered fixes. Apply (a) immediately to unblock; (b) and (c) are the durable fix.
Three layered fixes. **(c) is implemented as of 2026-05-27** in `backend/src/services/payment/requestNetwork/{requestNetworkPayInService,requestNetworkRoutes}.ts`. Apply (a) once to clear the existing stuck doc. (b) is a frontend hygiene improvement worth keeping on the backlog but is no longer required to unblock checkouts.
### a) Hot unblock — clear the stale pending document