Subversion Repositories SmartDukaan

Rev

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

Rev 6393 Rev 6719
Line 11... Line 11...
11
#logging.getLogger('suds.transport').setLevel(logging.DEBUG)
11
#logging.getLogger('suds.transport').setLevel(logging.DEBUG)
12
 
12
 
13
 
13
 
14
username = base64.b64encode('saholic20')
14
username = base64.b64encode('saholic20')
15
password = base64.b64encode('ap2020sh')
15
password = base64.b64encode('ap2020sh')
16
account_url = 'http://125.19.68.55/McommWebServices/AccountApiMcomm?wsdl'
16
account_url = 'https://smsapi.spiceharbour.com/McommWebServices/AccountApiMcomm?wsdl'
17
recharge_url = 'http://125.19.68.55/McommWebServices/RechargeApiMcomm?wsdl'
17
recharge_url = 'https://smsapi.spiceharbour.com/McommWebServices/RechargeApiMcomm?wsdl'
18
aclient = None
18
aclient = None
19
raclient = None
19
raclient = None
20
allow_recharge = False
20
allow_recharge = False
21
 
21
 
22
allow_recharge_string = ConfigClient().get_property('allow_recharge')
22
allow_recharge_string = ConfigClient().get_property('allow_recharge')