@adyen/kyc-components 2.50.1 → 2.50.2
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.
|
@@ -837,7 +837,7 @@ const defaultTrans = {
|
|
|
837
837
|
doingBusinessAsNameFiling__US: "Doing business as (DBA) filing, such as your articles of incorporation",
|
|
838
838
|
businessRegistrationDocument__FR: "Business registration document, such as a KBIS extract or situation au répertoire sirene",
|
|
839
839
|
taxFiling: "Tax filing",
|
|
840
|
-
taxFiling__US: "Tax filing
|
|
840
|
+
taxFiling__US: "Tax filing such as Schedule SE (Form 1040)",
|
|
841
841
|
einVerificationLetter: "Employer identification number (EIN) verification letter, also known as a CP 575 or 147c letter",
|
|
842
842
|
areYouACompany: "Are you a company?",
|
|
843
843
|
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.",
|
|
@@ -38725,7 +38725,7 @@ const ConfigurationApiProvider = ({
|
|
|
38725
38725
|
isEmbeddedDropin,
|
|
38726
38726
|
loadingContext
|
|
38727
38727
|
} = authContext;
|
|
38728
|
-
const sdkVersion = "2.50.
|
|
38728
|
+
const sdkVersion = "2.50.2";
|
|
38729
38729
|
useAnalytics({
|
|
38730
38730
|
onUserEvent,
|
|
38731
38731
|
legalEntityId: rootLegalEntityId,
|
|
@@ -39353,7 +39353,7 @@ const DebugModal = ({
|
|
|
39353
39353
|
};
|
|
39354
39354
|
const copyToClipboard = async () => {
|
|
39355
39355
|
const toCopy = {
|
|
39356
|
-
sdkVersion: "2.50.
|
|
39356
|
+
sdkVersion: "2.50.2",
|
|
39357
39357
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
39358
39358
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
39359
39359
|
};
|
|
@@ -39383,7 +39383,7 @@ const DebugModal = ({
|
|
|
39383
39383
|
children: [jsxs("div", {
|
|
39384
39384
|
className: "adyen-kyc-debug-modal__meta",
|
|
39385
39385
|
children: [jsxs("span", {
|
|
39386
|
-
children: ["SDK version: ", "2.50.
|
|
39386
|
+
children: ["SDK version: ", "2.50.2"]
|
|
39387
39387
|
}), jsxs("span", {
|
|
39388
39388
|
children: ["rootLegalEntityId: ", rootLegalEntityId]
|
|
39389
39389
|
})]
|