(root)/ – Rev 36363
Rev 36362 |
Compare with Previous |
Directory listing |
View Log
| RSS feed
Last modification
- Rev 36363 – 7 h 29 m
- 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.