Skip to content

Commit 1a53a4f

Browse files
Meghan Sardesaibiancadanforth
authored andcommitted
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
1 parent c98a740 commit 1a53a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fxa-auth-server/lib/payments/currencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class CurrencyHelper {
8989
* handled any restrictions.
9090
*
9191
*/
92-
static supportedPayPalCurrencies = ['USD', 'EUR', 'CHF'];
92+
static supportedPayPalCurrencies = ['USD', 'EUR', 'CHF', 'CZK', 'DKK', 'PLN'];
9393

9494
/*
9595
* List of valid country codes taken from https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2

0 commit comments

Comments
 (0)