diff --git a/src/configs/AppConfig.ts b/src/configs/AppConfig.ts index ccc1c56..462bfa9 100644 --- a/src/configs/AppConfig.ts +++ b/src/configs/AppConfig.ts @@ -9,4 +9,4 @@ export const BOLAGSVERKET_ID = '624c025d7eff6f000164bb94'; export const SKATTEVERKET_ID = '634962e936ba8800015c497c'; export const FRIA_ID = '638f374f2f5d17000144320b'; export const ORNEN_ID = '638f5b292f5d170001443210'; -export const REQUEST_CREDENTIAL_SUBMIT_ENABLED = ['Certificate Of Registration', 'Ecolabel', 'Real estate insurance']; \ No newline at end of file +export const REQUEST_CREDENTIAL_SUBMIT_ENABLED = ['Certificate Of Registration', 'Ecolabel', 'Real estate insurance', 'Legal Personal Identification Data (LPID)']; \ No newline at end of file diff --git a/src/views/company-views/components/requestcredentials/index.tsx b/src/views/company-views/components/requestcredentials/index.tsx index fde604f..db07482 100644 --- a/src/views/company-views/components/requestcredentials/index.tsx +++ b/src/views/company-views/components/requestcredentials/index.tsx @@ -100,6 +100,9 @@ export const RequestCredentialsPage = (props: { onClose: any; open: boolean; org case 'Real estate insurance': certificateName = 'real_estate_insurance'; break; + case 'Legal Personal Identification Data (LPID)': + certificateName = 'lpid'; + break; } const response = await companyService.submitCredentialRequest(certificateName); diff --git a/src/views/company-views/components/viewcredentials/index.tsx b/src/views/company-views/components/viewcredentials/index.tsx index 2fa2e7b..92e6cc5 100644 --- a/src/views/company-views/components/viewcredentials/index.tsx +++ b/src/views/company-views/components/viewcredentials/index.tsx @@ -98,6 +98,10 @@ export const ViewCredentialsPage = (props: { onClose: any; open: boolean; showVi issuer = 'Fria försäkringar, Sweden' logo = 'https://staging-api.igrant.io/v2/onboard/image/63909baf2f5d170001443213/web' break; + case 'Legal Personal Identification Data (LPID)': + issuer = 'Bolagsverket, Sweden' + logo = credentialLogo; + break; } return (