Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to sms fix #176

Merged
merged 2 commits into from
Oct 30, 2018

Conversation

erikh360
Copy link
Contributor

SEED should not try and create a SMS service info subscription when user changes channel from WA to SMS.

changes/tasks.py Outdated
next_sequence_number=sub["next_sequence_number"],
lang=sub["lang"],
schedule=sub["schedule"],
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can rather do a:

# There's no service info for SMS
if "service_info" in short_name:
    continue

To firstly better explain it, and secondly avoid nesting things too deeply.

@erikh360 erikh360 merged commit a113425 into develop Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants