@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.
7 lines (6 loc) • 560 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] = "acd97c80-32d4-4951-a78c-aac1c72730bd", e._sentryDebugIdIdentifier = "sentry-dbid-acd97c80-32d4-4951-a78c-aac1c72730bd");
} catch (e) {}
import { t as InvitedDecisionMakerComponent } from "./InvitedDecisionMakerComponent-5VQCEg8c.js";
export { InvitedDecisionMakerComponent };