@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.
30 lines (29 loc) • 755 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] = "4ba490b2-b03c-48b5-a1cc-98c6f2f28197", e._sentryDebugIdIdentifier = "sentry-dbid-4ba490b2-b03c-48b5-a1cc-98c6f2f28197");
} catch (e) {}
var Currencies = {
AED: "AED",
AUD: "AUD",
BRL: "BRL",
CAD: "CAD",
CHF: "CHF",
CZK: "CZK",
DKK: "DKK",
EUR: "EUR",
GBP: "GBP",
HKD: "HKD",
HRK: "HRK",
HUF: "HUF",
MXN: "MXN",
MYR: "MYR",
NOK: "NOK",
NZD: "NZD",
PLN: "PLN",
RON: "RON",
SEK: "SEK",
SGD: "SGD",
USD: "USD"
};
//#endregion
export { Currencies as t };