Merge branch 'stable' of github.com:webnotes/erpnext

This commit is contained in:
Nabin Hait
2011-07-26 16:03:01 +05:30
2 changed files with 2 additions and 2 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):