@adyen/kyc-components 3.11.1 → 3.11.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.
|
@@ -13673,7 +13673,7 @@ const getAccountIdentificationFromPayoutAccountSchema = (payoutAccount2, bankCou
|
|
|
13673
13673
|
case "hkLocal":
|
|
13674
13674
|
return {
|
|
13675
13675
|
...localAccount,
|
|
13676
|
-
clearingCode: payoutAccount2.
|
|
13676
|
+
clearingCode: payoutAccount2.bankCode
|
|
13677
13677
|
};
|
|
13678
13678
|
case "nzLocal":
|
|
13679
13679
|
return {
|
|
@@ -20136,20 +20136,6 @@ const defaultFieldConfig$2 = {
|
|
|
20136
20136
|
}
|
|
20137
20137
|
}
|
|
20138
20138
|
},
|
|
20139
|
-
[CountryCodes.HongKong]: {
|
|
20140
|
-
label: "branchCode",
|
|
20141
|
-
validators: validatePatternOnBlur(/^\d{3}$/),
|
|
20142
|
-
mask: {
|
|
20143
|
-
mask: makeMask(...numericInputs(3))
|
|
20144
|
-
},
|
|
20145
|
-
guidanceText: {
|
|
20146
|
-
key: "enterNDigitsForExample",
|
|
20147
|
-
values: {
|
|
20148
|
-
numDigits: "3",
|
|
20149
|
-
example: "100"
|
|
20150
|
-
}
|
|
20151
|
-
}
|
|
20152
|
-
},
|
|
20153
20139
|
[CountryCodes.UnitedStates]: {
|
|
20154
20140
|
label: "achRoutingNumber",
|
|
20155
20141
|
validators: validatePatternOnBlur(/^\d{9}$/),
|
|
@@ -35488,7 +35474,7 @@ const ConfigurationApiProvider = ({
|
|
|
35488
35474
|
isEmbeddedDropin,
|
|
35489
35475
|
loadingContext
|
|
35490
35476
|
} = authContext;
|
|
35491
|
-
const sdkVersion = "3.11.
|
|
35477
|
+
const sdkVersion = "3.11.2";
|
|
35492
35478
|
useAnalytics({
|
|
35493
35479
|
onUserEvent,
|
|
35494
35480
|
legalEntityId: rootLegalEntityId,
|