mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
In SMS Control removed https while connecting gateway
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user