(root)/ – Rev 37654
Rev 37653 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 37654 2026-09-16 16:29:59
- Author: amit
- Log message:
- Sync internal store addresses at the mapping write
/createNewWarehouse now calls syncInternalStoreAddresses right after
persisting the WarehouseAddressMapping, inside the same transaction, so the
rule lives at the mutation site rather than in an endpoint someone has to
remember to call. A brand new warehouse has no internal store yet so it is a
no-op today, but any later path that sets a mapping now cannot leave an
internal store billing to the previous address.
/syncWarehouseInternalAddress stays for remediating mappings repointed
directly in the database. Follows r37652/r37653.