In SMS Control removed https while connecting gateway
This commit is contained in:
parent
d673db89e4
commit
5a328d2964
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user