In SMS Control removed https while connecting gateway

This commit is contained in:
nabinhait 2011-07-19 12:34:04 +05:30
parent d673db89e4
commit 5a328d2964

View File

@ -58,7 +58,7 @@ class DocType:
def connect_gateway(self):
"login to gateway"
from webnotes.utils.webservice import FrameworkServer
fw = FrameworkServer('www.erpnext.com','/','__system@webnotestech.com','password',https=1)
fw = FrameworkServer('www.erpnext.com', '/', '__system@webnotestech.com', 'password')
return fw
def get_sender_name(self):