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
=== modified file 'src/scopes/sevendigital.py'
--- src/scopes/sevendigital.py 2017-04-05 12:11:49 +0000
+++ src/scopes/sevendigital.py 2017-04-18 11:32:46 +0000
@@ -92,13 +92,17 @@
92# list of countries that we can not send to 7digital92# list of countries that we can not send to 7digital
93UNAUTHORIZED_COUNTRIES = {93UNAUTHORIZED_COUNTRIES = {
94 'AE',94 'AE',
95 'AL',
95 'AR',96 'AR',
96 'BG',97 'BG',
97 'BR',98 'BR',
98 'CL',99 'CL',
100 'CN',
99 'CO',101 'CO',
100 'CZ',102 'CZ',
101 'DK',103 'DK',
104 'DZ',
105 'EC',
102 'EE',106 'EE',
103 'EG',107 'EG',
104 'GR',108 'GR',
@@ -108,6 +112,7 @@
108 'IS',112 'IS',
109 'JP',113 'JP',
110 'KR',114 'KR',
115 'KW',
111 'KZ',116 'KZ',
112 'LT',117 'LT',
113 'LV',118 'LV',
@@ -117,12 +122,14 @@
117 'PH',122 'PH',
118 'PL',123 'PL',
119 'RO',124 'RO',
125 'RS',
120 'RU',126 'RU',
121 'SA',127 'SA',
122 'SK',128 'SK',
123 'TH',129 'TH',
124 'TR',130 'TR',
125 'TW',131 'TW',
132 'UA',
126 'UY',133 'UY',
127 'VN',134 'VN',
128 'ZA',135 'ZA',

Subscribers

People subscribed via source and target branches