componentDidMount()

in src/components/Order/index.js [15:17]


    componentDidMount() {
        this.props.actions.loadOrder(this.props.orderId);
    }