@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.
59 lines (58 loc) • 2.94 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] = "549762b8-9dfd-4fc8-af13-425593679814", e._sentryDebugIdIdentifier = "sentry-dbid-549762b8-9dfd-4fc8-af13-425593679814");
} catch (e) {}
import { t as CountryCodes } from "./country-code-CX5KqMBr.js";
import { t as Currencies } from "./currency-CfIDpZh9.js";
//#region src/components/Shared/fields/Currency/types.ts
var currencyByCountry = {
[]: [Currencies.AUD],
[]: [Currencies.EUR],
[]: [Currencies.EUR],
[]: [Currencies.BRL],
[]: [Currencies.EUR],
[]: [Currencies.CAD, Currencies.USD],
[]: [Currencies.HRK, Currencies.EUR],
[]: [Currencies.EUR],
[]: [Currencies.CZK, Currencies.EUR],
[]: [Currencies.DKK, Currencies.EUR],
[]: [Currencies.EUR],
[]: [Currencies.EUR],
[]: [Currencies.EUR],
[]: [Currencies.EUR],
[]: [Currencies.GBP],
[]: [Currencies.EUR],
[]: [Currencies.GBP],
[]: [Currencies.HKD],
[]: [Currencies.HUF, Currencies.EUR],
[]: [Currencies.EUR],
[]: [Currencies.GBP],
[]: [Currencies.EUR],
[]: [Currencies.GBP],
[]: [Currencies.EUR],
[]: [Currencies.CHF, Currencies.EUR],
[]: [Currencies.EUR],
[]: [Currencies.EUR],
[]: [Currencies.MYR],
[]: [Currencies.EUR],
[]: [Currencies.MXN],
[]: [Currencies.EUR],
[]: [Currencies.EUR],
[]: [Currencies.NZD],
[]: [Currencies.NOK, Currencies.EUR],
[]: [Currencies.PLN, Currencies.EUR],
[]: [Currencies.EUR],
[]: [Currencies.USD],
[]: [Currencies.RON, Currencies.EUR],
[]: [Currencies.SGD],
[]: [Currencies.EUR],
[]: [Currencies.EUR],
[]: [Currencies.EUR],
[]: [Currencies.SEK, Currencies.EUR],
[]: [Currencies.CHF, Currencies.EUR],
[]: [Currencies.AED],
[]: [Currencies.GBP, Currencies.EUR],
[]: [Currencies.USD]
};
//#endregion
export { currencyByCountry as t };