@adyen/kyc-components 2.40.0 → 2.40.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26562,7 +26562,7 @@ const BusinessTypeSelection = ({
|
|
|
26562
26562
|
}, legalEntityResponse == null ? void 0 : legalEntityResponse.id));
|
|
26563
26563
|
}
|
|
26564
26564
|
}
|
|
26565
|
-
if (isLegalArrangementChanging) {
|
|
26565
|
+
if (isLegalArrangementChanging && targetLegalArrangement) {
|
|
26566
26566
|
await (handleUpdateLegalEntity == null ? void 0 : handleUpdateLegalEntity({
|
|
26567
26567
|
organization: {
|
|
26568
26568
|
type: mapLegalArrangementOptionToCompanyTypesValue(targetLegalArrangement)
|
|
@@ -33847,7 +33847,7 @@ const ConfigurationApiProvider = ({
|
|
|
33847
33847
|
isEmbeddedDropin,
|
|
33848
33848
|
loadingContext
|
|
33849
33849
|
} = authContext;
|
|
33850
|
-
const sdkVersion = "2.40.
|
|
33850
|
+
const sdkVersion = "2.40.1";
|
|
33851
33851
|
useAnalytics({
|
|
33852
33852
|
onUserEvent,
|
|
33853
33853
|
legalEntityId: rootLegalEntityId,
|