@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) • 521 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] = "2734b7f4-3bf0-425b-9f7a-00a9d7f34e2b", e._sentryDebugIdIdentifier = "sentry-dbid-2734b7f4-3bf0-425b-9f7a-00a9d7f34e2b");
} catch (e) {}
import { t as SignPCIComponent } from "./SignPCIComponent-ByUgpATA.js";
export { SignPCIComponent };