Subversion Repositories SmartDukaan

Rev

Rev 21993 | Rev 22387 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21993 Rev 21994
Line 10... Line 10...
10
from suds.cache import NoCache
10
from suds.cache import NoCache
11
logging.basicConfig(level=logging.INFO)
11
logging.basicConfig(level=logging.INFO)
12
 
12
 
13
username = base64.b64encode('saholic20')
13
username = base64.b64encode('saholic20')
14
password = base64.b64encode('ap2020sh')
14
password = base64.b64encode('ap2020sh')
15
account_url = "file:./AccountApiMcomm.xml"
15
account_url = "file:///recharge-wsdls/AccountApiMcomm.xml"
16
recharge_url = "file:./RechargeApiMcomm.xml"
16
recharge_url = "file:///recharge-wsdls/RechargeApiMcomm.xml"
17
aclient = None
17
aclient = None
18
raclient = None
18
raclient = None
19
allow_recharge = False
19
allow_recharge = False
20
 
20
 
21
store_map = {
21
store_map = {