@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.
41 lines (40 loc) • 890 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] = "59db3d8e-c95d-4a01-a255-c46cf110818c", e._sentryDebugIdIdentifier = "sentry-dbid-59db3d8e-c95d-4a01-a255-c46cf110818c");
} catch (e) {}
var en_US_default = [
{
"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"
}
];
//#endregion
export { en_US_default as default };