FulfilmentMethodHandler
A routing component that determines and renders the correct fulfillment flow (delivery, table-side, room service) based on the ordering session’s fulfillment method.Preview
View in StorybookImport
Usage
Props
The current ordering session containing the selected fulfillment method.
Callback fired when fulfillment details are confirmed by the customer.
Behavior
- Reads the fulfillment method from the ordering session
- Renders
Delivery,TableSide, orRoomServicesub-component accordingly - Falls back to pickup if no specific method is set
- Passes collected details (address, table number, room number) up via callback