Skip to content

Commit

Permalink
Add subscription countries
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbedouret committed Nov 18, 2024
1 parent 29aec5a commit 1396d72
Showing 1 changed file with 27 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,45 +23,55 @@ export const UNVERIFIED = 'unverified';
export const DAYS_TO_TRY = 15;

export const REQUIRING_PREMIUM_COUNTRIES = [
'AE',
'AT',
'AU',
'BE',
'BH',
'BM',
'CA',
'CH',
'CL',
'DK',
'KY',
'CY',
'CZ',
'DE',
'DK',
'EE',
'ES',
'FI',
'FR',
'GB',
'GE',
'GI',
'GR',
'HK',
'HU',
'IE',
'IS',
'IT',
'JP',
'KY',
'LI',
'LK',
'LT',
'LU',
'MC',
'NZ',
'NL',
'NO',
'NZ',
'PA',
'PL',
'PT',
'QA',
'RU',
'SA',
'SE',
'SG',
'SK',
'SI',
'SE',
'US',
'FR',
'DE',
'IE',
'IT',
'LI',
'LU',
'NL',
'PT',
'SM',
'ES',
'CH',
'GB',
'VA'
'TW',
'US',
'VA',
'ZA'
]; // ISO-2 country codes

0 comments on commit 1396d72

Please sign in to comment.