@adyen/kyc-components
Version:
This guide assumes that you have already an account with Adyen. A legalEntity needs to be created, and you need to have a `legalEntityId` to instatiate a Component.
18 lines (17 loc) • 705 B
JavaScript
try {
let e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "29021090-07f7-48d9-b9af-e0974570825d", e._sentryDebugIdIdentifier = "sentry-dbid-29021090-07f7-48d9-b9af-e0974570825d");
} catch (e) {}
var JP_ADDRESS_REQUIRED_FIELDS = [
"postalCode",
"otherAddressInformationFullWidth",
"otherAddressInformation",
"jaHaniStateOrProvince",
"jaHaniCity",
"jaKanaStateOrProvince",
"jaKanaCity",
"stateOrProvince",
"city"
];
//#endregion
export { JP_ADDRESS_REQUIRED_FIELDS as t };