Skip to content

Commit

Permalink
feat(payments): update supported PayPal currencies list
Browse files Browse the repository at this point in the history
Because:

* We are aiming to launch VPN in 16 new countries in Europe.

This commit:

* Adds additional currencies to supportedPayPalCurrencies.

Closes FXA-7606
  • Loading branch information
Meghan Sardesai authored and biancadanforth committed Jun 14, 2023
1 parent c98a740 commit 1a53a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fxa-auth-server/lib/payments/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a53a4f

Please sign in to comment.