@adyen/kyc-components 3.23.0 → 3.23.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.
|
@@ -38974,7 +38974,7 @@ const createTrustedTransferInstrument = async (context, code2, state2) => {
|
|
|
38974
38974
|
loadingContext,
|
|
38975
38975
|
legalEntityId
|
|
38976
38976
|
} = context;
|
|
38977
|
-
const path = `${legalEntityId}/transferInstruments/trusted
|
|
38977
|
+
const path = `${legalEntityId}/transferInstruments/trusted`;
|
|
38978
38978
|
return httpPost({
|
|
38979
38979
|
loadingContext,
|
|
38980
38980
|
errorLevel: "warn",
|
|
@@ -42144,7 +42144,7 @@ const ConfigurationApiProvider = ({
|
|
|
42144
42144
|
isEmbeddedDropin,
|
|
42145
42145
|
loadingContext
|
|
42146
42146
|
} = authContext;
|
|
42147
|
-
const sdkVersion = "3.23.
|
|
42147
|
+
const sdkVersion = "3.23.1";
|
|
42148
42148
|
useAnalytics({
|
|
42149
42149
|
onUserEvent,
|
|
42150
42150
|
legalEntityId: rootLegalEntityId,
|