Subversion Repositories SmartDukaan

Rev

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

Rev 11488 Rev 12771
Line 8... Line 8...
8
from decimal import Decimal
8
from decimal import Decimal
9
logging.basicConfig(level=logging.INFO)
9
logging.basicConfig(level=logging.INFO)
10
 
10
 
11
username = base64.b64encode('saholic20')
11
username = base64.b64encode('saholic20')
12
password = base64.b64encode('ap2020sh')
12
password = base64.b64encode('ap2020sh')
13
account_url = 'https://smsapi.spiceharbour.com/McommWebServices/AccountApiMcomm?wsdl'
13
account_url = 'https://api.spicesafar.com/McommWebServices/AccountApiMcomm?wsdl'
14
recharge_url = 'https://smsapi.spiceharbour.com/McommWebServices/RechargeApiMcomm?wsdl'
14
recharge_url = 'https://api.spicesafar.com/McommWebServices/RechargeApiMcomm?wsdl'
15
aclient = None
15
aclient = None
16
raclient = None
16
raclient = None
17
allow_recharge = False
17
allow_recharge = False
18
 
18
 
19
allow_recharge_string = ConfigClient().get_property('allow_recharge')
19
allow_recharge_string = ConfigClient().get_property('allow_recharge')