(root)/ – Rev 36363
Rev 36362 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 36363 2026-04-22 19:49:51
- Author: amit
- Log message:
- Idempotent fofo_order creation in UpSaleController (mirrors r36362 in dao)
Same change as OrderServiceImpl.createAndGetFofoOrder: pre-select by
(fofo_id, invoice_number) and catch DataIntegrityViolationException as the
slow-race fallback. Paired with uk_fofo_order_fofo_invoice unique key.