export const govGatweayActionTypes = { GETPROVIDERCONFIG: "GETPROVIDERCONFIG", }; export const getGovGatewayConfig = (config) => (dispatch) => { return dispatch({ type: govGatweayActionTypes.GETPROVIDERCONFIG, config: config, }); };