@adyen/kyc-components 3.24.1 → 3.24.3
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.
|
@@ -843,7 +843,7 @@ const defaultTrans = {
|
|
|
843
843
|
doingBusinessAsNameFiling__US: "Doing business as (DBA) filing, such as your articles of incorporation",
|
|
844
844
|
businessRegistrationDocument__FR: "Business registration document, such as a KBIS extract or situation au répertoire sirene",
|
|
845
845
|
taxFiling: "Tax filing",
|
|
846
|
-
taxFiling__US: "Tax filing
|
|
846
|
+
taxFiling__US: "Tax filing such as Schedule SE (Form 1040)",
|
|
847
847
|
einVerificationLetter: "Employer identification number (EIN) verification letter, also known as a CP 575 or 147c letter",
|
|
848
848
|
areYouACompany: "Are you a company?",
|
|
849
849
|
singingUpAsIndividualButLooksLikeYouAreACompany: "You’re now signing up as an individual. But it looks like you’re a company that uses a company bank account to receive payouts.",
|
|
@@ -36483,7 +36483,7 @@ const createTrustedTransferInstrument = async (context, code, state) => {
|
|
|
36483
36483
|
loadingContext,
|
|
36484
36484
|
legalEntityId
|
|
36485
36485
|
} = context;
|
|
36486
|
-
const path = `${legalEntityId}/transferInstruments/trusted
|
|
36486
|
+
const path = `${legalEntityId}/transferInstruments/trusted`;
|
|
36487
36487
|
return httpPost({
|
|
36488
36488
|
loadingContext,
|
|
36489
36489
|
errorLevel: "warn",
|
|
@@ -39736,7 +39736,7 @@ const ConfigurationApiProvider = ({
|
|
|
39736
39736
|
isEmbeddedDropin,
|
|
39737
39737
|
loadingContext
|
|
39738
39738
|
} = authContext;
|
|
39739
|
-
const sdkVersion = "3.24.
|
|
39739
|
+
const sdkVersion = "3.24.3";
|
|
39740
39740
|
useAnalytics({
|
|
39741
39741
|
onUserEvent,
|
|
39742
39742
|
legalEntityId: rootLegalEntityId,
|
|
@@ -40368,7 +40368,7 @@ const DebugModal = ({
|
|
|
40368
40368
|
};
|
|
40369
40369
|
const copyToClipboard = async () => {
|
|
40370
40370
|
const toCopy = {
|
|
40371
|
-
sdkVersion: "3.24.
|
|
40371
|
+
sdkVersion: "3.24.3",
|
|
40372
40372
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
40373
40373
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
40374
40374
|
};
|
|
@@ -40398,7 +40398,7 @@ const DebugModal = ({
|
|
|
40398
40398
|
children: [jsxs("div", {
|
|
40399
40399
|
className: "adyen-kyc-debug-modal__meta",
|
|
40400
40400
|
children: [jsxs("span", {
|
|
40401
|
-
children: ["SDK version: ", "3.24.
|
|
40401
|
+
children: ["SDK version: ", "3.24.3"]
|
|
40402
40402
|
}), jsxs("span", {
|
|
40403
40403
|
children: ["rootLegalEntityId: ", rootLegalEntityId]
|
|
40404
40404
|
})]
|