From 1a53a4f48c811a3361cbec866bee943db389a457 Mon Sep 17 00:00:00 2001 From: Meghan Sardesai Date: Wed, 14 Jun 2023 11:03:22 -0700 Subject: [PATCH] feat(payments): update supported PayPal currencies list Because: * We are aiming to launch VPN in 16 new countries in Europe. This commit: * Adds additional currencies to supportedPayPalCurrencies. Closes FXA-7606 --- packages/fxa-auth-server/lib/payments/currencies.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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