@adyen/kyc-components 2.59.7 → 2.59.8
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.
|
@@ -24885,7 +24885,7 @@ function AdditionalInformationComponent({
|
|
|
24885
24885
|
if (currentData.exemptedFromVat) {
|
|
24886
24886
|
fieldsToRemove.push("vatNumber");
|
|
24887
24887
|
} else {
|
|
24888
|
-
fieldsToRemove.push("
|
|
24888
|
+
fieldsToRemove.push("vatAbsenceReason");
|
|
24889
24889
|
}
|
|
24890
24890
|
if (currentData.exemptedFromTax) {
|
|
24891
24891
|
fieldsToRemove.push("taxInformation");
|
|
@@ -39410,7 +39410,7 @@ const ConfigurationApiProvider = ({
|
|
|
39410
39410
|
}) => {
|
|
39411
39411
|
const authContext = useAuthContext();
|
|
39412
39412
|
const { isEmbeddedDropin, loadingContext } = authContext;
|
|
39413
|
-
const sdkVersion = "2.59.
|
|
39413
|
+
const sdkVersion = "2.59.8";
|
|
39414
39414
|
useAnalytics({
|
|
39415
39415
|
onUserEvent,
|
|
39416
39416
|
legalEntityId: rootLegalEntityId,
|
|
@@ -40083,7 +40083,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
40083
40083
|
};
|
|
40084
40084
|
const copyToClipboard = async () => {
|
|
40085
40085
|
const toCopy = {
|
|
40086
|
-
sdkVersion: "2.59.
|
|
40086
|
+
sdkVersion: "2.59.8",
|
|
40087
40087
|
experiments: Object.fromEntries(allExperimentsWithValues),
|
|
40088
40088
|
settings: Object.fromEntries(allSettingsWithValues)
|
|
40089
40089
|
};
|
|
@@ -40148,7 +40148,7 @@ const DebugModal = ({ rootLegalEntityId, onExit, getRootLegalEntity }) => {
|
|
|
40148
40148
|
/* @__PURE__ */ jsx("div", { className: "adyen-kyc-debug-modal__meta", children: /* @__PURE__ */ jsx("table", { children: /* @__PURE__ */ jsxs("tbody", { children: [
|
|
40149
40149
|
/* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsxs("td", { children: [
|
|
40150
40150
|
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-debug-modal__table-key", children: "SDK version" }),
|
|
40151
|
-
/* @__PURE__ */ jsx(Tag, { variant: "green", className: "adyen-kyc-tag--large", children: "2.59.
|
|
40151
|
+
/* @__PURE__ */ jsx(Tag, { variant: "green", className: "adyen-kyc-tag--large", children: "2.59.8" })
|
|
40152
40152
|
] }) }),
|
|
40153
40153
|
/* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsxs("td", { children: [
|
|
40154
40154
|
/* @__PURE__ */ jsx("span", { className: "adyen-kyc-debug-modal__table-key", children: "rootLegalEntityId" }),
|