Merge lp:~facundo/ubuntu-rest-scopes/7digital-forbidden-countries-7 into lp:ubuntu-rest-scopes

Proposed by Facundo Batista
Status: Merged
Approved by: Facundo Batista
Approved revision: no longer in the source branch.
Merged at revision: 536
Proposed branch: lp:~facundo/ubuntu-rest-scopes/7digital-forbidden-countries-7
Merge into: lp:ubuntu-rest-scopes
Diff against target: 44 lines (+7/-0)
1 file modified
src/scopes/sevendigital.py (+7/-0)
To merge this branch: bzr merge lp:~facundo/ubuntu-rest-scopes/7digital-forbidden-countries-7
Reviewer Review Type Date Requested Status
Guillermo Gonzalez Approve
Review via email: mp+322620@code.launchpad.net

Commit message

More unauthorized countries in 7digital.

Description of the change

More unauthorized countries in 7digital.

To post a comment you must log in.
Revision history for this message
Guillermo Gonzalez (verterok) wrote :

+1

review: Approve
536. By Facundo Batista

More unauthorized countries in 7digital.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/scopes/sevendigital.py'
2--- src/scopes/sevendigital.py 2017-04-05 12:11:49 +0000
3+++ src/scopes/sevendigital.py 2017-04-18 11:32:46 +0000
4@@ -92,13 +92,17 @@
5 # list of countries that we can not send to 7digital
6 UNAUTHORIZED_COUNTRIES = {
7 'AE',
8+ 'AL',
9 'AR',
10 'BG',
11 'BR',
12 'CL',
13+ 'CN',
14 'CO',
15 'CZ',
16 'DK',
17+ 'DZ',
18+ 'EC',
19 'EE',
20 'EG',
21 'GR',
22@@ -108,6 +112,7 @@
23 'IS',
24 'JP',
25 'KR',
26+ 'KW',
27 'KZ',
28 'LT',
29 'LV',
30@@ -117,12 +122,14 @@
31 'PH',
32 'PL',
33 'RO',
34+ 'RS',
35 'RU',
36 'SA',
37 'SK',
38 'TH',
39 'TR',
40 'TW',
41+ 'UA',
42 'UY',
43 'VN',
44 'ZA',

Subscribers

People subscribed via source and target branches