@adyen/kyc-components
Version:
`adyen-kyc-components` provides the required pieces to build an onboarding flow based on a legal entity. To onboard and verify users, you need to create a user interface (UI) to collect user data. To speed up building your integration, Adyen offers onboar
47 lines (46 loc) • 900 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] = "c3d300db-f100-433b-9fda-e1fcadbcec05", e._sentryDebugIdIdentifier = "sentry-dbid-c3d300db-f100-433b-9fda-e1fcadbcec05");
} catch (e) {
}
}
;
const enUS = [
{
id: "ACT",
name: "Australian Capital Territory"
},
{
id: "NSW",
name: "New South Wales"
},
{
id: "NT",
name: "Northern Territory"
},
{
id: "QLD",
name: "Queensland"
},
{
id: "SA",
name: "South Australia"
},
{
id: "TAS",
name: "Tasmania"
},
{
id: "VIC",
name: "Victoria"
},
{
id: "WA",
name: "Western Australia"
}
];
export {
enUS as default
};