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

Proposed by Facundo Batista
Status: Merged
Approved by: Roberto Alsina
Approved revision: 521
Merged at revision: 522
Proposed branch: lp:~facundo/ubuntu-rest-scopes/7digital-several-forbidden
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/7digital-several-forbidden
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Review via email: mp+295941@code.launchpad.net

Commit message

Add several countries to those unauthorized by 7digital.

Description of the change

Add several countries to those unauthorized by 7digital.

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-04-27 17:23:12 +0000
3+++ src/scopes/sevendigital.py 2016-05-27 11:56:11 +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 IS JP MX TH UY ZA".split())
9+UNAUTHORIZED_COUNTRIES = set("AE AR BR CO DK ID IL IS JP KR MX PH PL RO RU TH TR UY ZA".split())
10 DEFAULT_COUNTRY = 'GB'
11
12 # the categories

Subscribers

People subscribed via source and target branches