re-fix after reverting

This commit is contained in:
Rushabh Mehta
2011-07-26 12:35:25 +05:30
parent 7ebcc3f1ff
commit ee81150e7c
3 changed files with 64 additions and 22 deletions

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')
fw = FrameworkServer('www.erpnext.com', '/', '__system@webnotestech.com', 'password', https=1)
return fw
def get_sender_name(self):