diff --git a/packages/fxa-auth-server/lib/payments/currencies.ts b/packages/fxa-auth-server/lib/payments/currencies.ts index 7cd1c07baa4..b172b7ae4c5 100644 --- a/packages/fxa-auth-server/lib/payments/currencies.ts +++ b/packages/fxa-auth-server/lib/payments/currencies.ts @@ -89,7 +89,7 @@ export class CurrencyHelper { * handled any restrictions. * */ - static supportedPayPalCurrencies = ['USD', 'EUR', 'CHF']; + static supportedPayPalCurrencies = ['USD', 'EUR', 'CHF', 'CZK', 'DKK', 'PLN']; /* * List of valid country codes taken from https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2