Removed proxy and added api calls, has gov gateway auth
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export const govGatweayActionTypes = {
|
||||
GETPROVIDERCONFIG: "GETPROVIDERCONFIG",
|
||||
};
|
||||
|
||||
export const getGovGatewayConfig = (config) => (dispatch) => {
|
||||
return dispatch({
|
||||
type: govGatweayActionTypes.GETPROVIDERCONFIG,
|
||||
config: config,
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user