From 749271e84f00f51db574ceb96ebb5574cd3b3fbd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 15 Feb 2018 05:37:56 +0000
Subject: [PATCH] ERP5ShortMessage/Mobyt: use https api url

---
 product/ERP5ShortMessage/Document/MobytGateway.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5ShortMessage/Document/MobytGateway.py b/product/ERP5ShortMessage/Document/MobytGateway.py
index 029bcfe10b..ba99f2ccae 100644
--- a/product/ERP5ShortMessage/Document/MobytGateway.py
+++ b/product/ERP5ShortMessage/Document/MobytGateway.py
@@ -74,7 +74,7 @@ class MobytGateway(XMLObject):
 
     # see https://web.archive.org/web/20111125005954/http://www.mobyt.fr/doc/mobyt_module_http.pdf
     # for documentation of this old API
-    api_url = "http://multilevel.mobyt.fr/sms"
+    api_url = "https://multilevel.mobyt.fr/sms"
 
     security.declarePrivate("_fetchSendResponseAsDict")
     def _fetchSendResponseAsDict(self,page):
-- 
2.30.9