Commit b7ecb47c authored by Jérome Perrin's avatar Jérome Perrin

short_message: use MULTITEXT message type by default

Only mobyt support this parameter, so this break the compatibility with
essendex
parent eb7abe51
...@@ -91,7 +91,7 @@ context.portal_sms.activate(\n ...@@ -91,7 +91,7 @@ context.portal_sms.activate(\n
recipient=to_url,\n recipient=to_url,\n
sender=from_url,\n sender=from_url,\n
sender_title=from_title,\n sender_title=from_title,\n
message_type="text",\n message_type="MULTITEXT",\n
test=download,\n test=download,\n
document_relative_url=context.getRelativeUrl(),\n document_relative_url=context.getRelativeUrl(),\n
**kw)\n **kw)\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment