Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SelectPaymentPreference.js is the file for rendering component based on the type of option. The path for the file is

DIGIT-Dev/frontend/micro-ui/web/micro-ui-internals/packages/modules/fsm/src/pageComponents/SelectPaymentPreference.js

MDMS Update:

For Payment preference : PaymentType.json

...

SelectGender.js is the file for rendering component based on the type of option. The path for the file is

DIGIT-Dev/frontend/micro-ui/web/micro-ui-internals/packages/modules/fsm/src/pageComponents/SelectGender.js

Below are the code snippet to fetch the gender type:

Code Block
  const { data: GenderData, isLoading } = Digit.Hooks.fsm.useMDMS(stateId, "common-masters", "FSMGenderType");