%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/emergentqj/actioncivile/pre-auth/def/static/js/pages/migration/
Upload File :
Create Path :
Current File : /home/emergentqj/actioncivile/pre-auth/def/static/js/pages/migration/actions.js

import LIST_ACTIONS from "constants/action_types";

export const resetMigration = ({
  type: LIST_ACTIONS.MIGRATION_RESET,
});

export const migrationError = ({
  type: LIST_ACTIONS.MIGRATION_ERROR,
});

export const getMigratedUserData = (migrationReferenceId) => ({
  type: LIST_ACTIONS.GET_MIGRATED_USER_DATA,
  migrationReferenceId,
});

export const setSepaDetails = (payload) => ({
  type: LIST_ACTIONS.SET_SEPA_DETAILS,
  payload,
});

export const resetSepaStatus = ({
  type: LIST_ACTIONS.RESET_SEPA_STATUS,
});

Zerion Mini Shell 1.0