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

Proposed by Facundo Batista
Status: Merged
Approved by: Roberto Alsina
Approved revision: 502
Merged at revision: 502
Proposed branch: lp:~facundo/ubuntu-rest-scopes/more-7digital-forbidden-countries
Merge into: lp:ubuntu-rest-scopes
Diff against target: 12 lines (+1/-1)
1 file modified
src/scopes/sevendigital.py (+1/-1)
To merge this branch: bzr merge lp:~facundo/ubuntu-rest-scopes/more-7digital-forbidden-countries
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Review via email: mp+286297@code.launchpad.net

Commit message

Avoid 401 for UY and IS.

Description of the change

Avoid 401 for UY and IS.

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) :
review: Approve

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 2016-01-25 13:39:45 +0000
3+++ src/scopes/sevendigital.py 2016-02-17 12:12:59 +0000
4@@ -90,7 +90,7 @@
5 TITLE_TRACKS = "Tracks"
6
7 # list of countries that we can not send to 7digital
8-UNAUTHORIZED_COUNTRIES = set("AR BR CO DK ID MX TH ZA".split())
9+UNAUTHORIZED_COUNTRIES = set("AR BR CO DK ID IS MX TH UY ZA".split())
10 DEFAULT_COUNTRY = 'GB'
11
12 # the categories

Subscribers

People subscribed via source and target branches