@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.
11 lines (10 loc) • 645 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] = "2e29484f-96e0-4c71-893e-255b483284a5", e._sentryDebugIdIdentifier = "sentry-dbid-2e29484f-96e0-4c71-893e-255b483284a5");
} catch (e) {}
var IE_default = {
"partnershipIncorporated": ["limited liability partnership (LLP)"],
"partnershipUnincorporated": ["limited partnership (LP)", "general partnership (GP)"]
};
//#endregion
export { IE_default as default };