Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Fix SMS keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed Oct 22, 2014
1 parent bc42947 commit d5fa3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion news/backends/exacttarget_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def send_sms(self, phone_numbers, message_id):
'mobileNumbers': phone_numbers,
'Subscribe': True,
'Resubscribe': True,
'keyword': 'FFDROIDS', # TODO: Set keyword in arguments.
'keyword': 'FFDROID', # TODO: Set keyword in arguments.
}
response = self._request('sms_send', data, url_params={'msg_id': message_id})
if response.status_code == 400:
Expand Down

0 comments on commit d5fa3e5

Please sign in to comment.