@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) • 550 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] = "c55a598b-b474-4c62-a88e-040bf2441974", e._sentryDebugIdIdentifier = "sentry-dbid-c55a598b-b474-4c62-a88e-040bf2441974");
} catch (e) {}
var TrustedFieldsProviders = {
SINGPASS: "singpass",
KOMPANY: "kompany"
};
//#endregion
export { TrustedFieldsProviders as t };