Skip to content

Commit

Permalink
Merge branch 'master' into fix/AndroidSubscription
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed May 9, 2023
2 parents 3c5c95f + f718a74 commit 4d6c5b6
Showing 1 changed file with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,22 @@ export const PAUSED = 'paused';
export const EXPIRED = 'expired';
export const ON_HOLD = 'on_hold';

export const REQUIRING_PREMIUM_COUNTRIES = ['GB']; // ISO-2 country codes
export const REQUIRING_PREMIUM_COUNTRIES = [
'AT',
'AU',
'BE',
'DK',
'FR',
'DE',
'IE',
'IT',
'LI',
'LU',
'NL',
'PT',
'SM',
'ES',
'CH',
'GB',
'VA'
]; // ISO-2 country codes

0 comments on commit 4d6c5b6

Please sign in to comment.