in customer-ui/src/store/index.js [57:59]
deleteItem(state, index) { state.orderItems.splice(index, 1); },