@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.
17 lines (16 loc) • 1.28 kB
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] = "ba739595-6050-4bdb-a25e-4486f12bcd67", e._sentryDebugIdIdentifier = "sentry-dbid-ba739595-6050-4bdb-a25e-4486f12bcd67");
} catch (e) {}
var en_US_default = {
"getSetUpInstantly": "Get set up instantly",
"myinfoBusinessDetailsRetrieved": "Myinfo business details retrieved",
"myInfoBusinessYouCanGetVerifiedDetails": "With Myinfo business, you can get your business's verified details instantly and skip uploading documents.",
"myinfoDetailsRetrieved": "Myinfo details retrieved",
"myInfoYouCanGetVerifiedDetails": "With Myinfo, you can get your verified details instantly and skip uploading documents.",
"tryAgainOrContinueEnteringTheDetailsYourself": "Try again, or continue entering the details yourself.",
"yourBusinesssDetailsArePreFilledInTheRelevantSections": "Your business's details are pre-filled in the relevant sections.",
"yourDetailsArePreFilledInTheRelevantSections": "Your details are pre-filled in the relevant sections."
};
//#endregion
export { en_US_default as default };