@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.
12 lines (11 loc) • 664 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] = "c2453ab5-9b86-4e86-81bc-35d63999edf5", e._sentryDebugIdIdentifier = "sentry-dbid-c2453ab5-9b86-4e86-81bc-35d63999edf5");
} catch (e) {}
var RO_default = {
"listedPublicCompany": ["societate pe actiuni (SA)"],
"nonProfit": ["organizație non-guvernamentală (ONG)"],
"privateCompany": ["societate cu raspundere limitata (SRL)"]
};
//#endregion
export { RO_default as default };