getCustomers()

in src/components/Product/index.js [23:25]


    getCustomers() {
        this.props.actions.loadProductCustomers(this.props.params.id);
    }