Closed
Description
To keep language and domain consistency, perform the following refactoring:
- Rename
GetSalableProductQtyInterface
toGetProductSalableQtyInterface
- Rename
GetSalableProductQty
toGetProductSalableQty
- Move
GetProductSalableQtyInterface
,IsProductSalableInterface
underInventorySalesApi
module - Move
IsProductSalable
andGetProductSalableQty
underInventorySales
module - Adjust all reference to the above elements accordingly
- Move all the logic related to Reservations to
InventoryReservations
module
Metadata
Metadata
Assignees
Labels
No labels
Activity