Subversion Repositories SmartDukaan

Rev

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

Rev 23145 Rev 23200
Line 22... Line 22...
22
live = "false"
22
live = "false"
23
warehouseMap = {}
23
warehouseMap = {}
24
shipperMap = {}
24
shipperMap = {}
25
 
25
 
26
if live=="true":
26
if live=="true":
27
    username = 'ecomexpress'
27
    username = 'newspice671445'
28
    password = 'Ke$3c@4oT5m6h#$'
28
    password = 'npcs67unsd44debm'
29
    wayBillApi = 'http://staging.ecomexpress.in/apiv2/fetch_awb/'
29
    wayBillApi = 'http://api.ecomexpress.in/apiv2/pincodes/'
30
    forwardApi = 'http://staging.ecomexpress.in/apiv2/manifest_awb/'
30
    forwardApi = 'http://api.ecomexpress.in/apiv3/manifest_awb/'
31
    serviceablePincodeApi = 'http://staging.ecomexpress.in/apiv2/pincodes/'
31
    serviceablePincodeApi = 'http://staging.ecomexpress.in/apiv2/pincodes/'
32
else:
32
else:
33
    username = 'ecomexpress'
33
    username = 'ecomexpress'
34
    password = 'Ke$3c@4oT5m6h#$'
34
    password = 'Ke$3c@4oT5m6h#$'
35
    wayBillApi = 'http://staging.ecomexpress.in/apiv2/fetch_awb/'
35
    wayBillApi = 'http://staging.ecomexpress.in/apiv2/fetch_awb/'