Subversion Repositories SmartDukaan

Rev

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

Rev 3218 Rev 4439
Line 43... Line 43...
43
# Item = 04 (>5000) Pincode = 201307 (Local) serviced by Both,  Provider = 1
43
# Item = 04 (>5000) Pincode = 201307 (Local) serviced by Both,  Provider = 1
44
# Item = 19 (=5000) Pincode = 201307 (Local) serviced by Both,  Provider = 2
44
# Item = 19 (=5000) Pincode = 201307 (Local) serviced by Both,  Provider = 2
45
 
45
 
46
 
46
 
47
print client.getLogisticsEstimation(14, "201301") #Provider = 1
47
print client.getLogisticsEstimation(14, "201301") #Provider = 1
48
print client.getLogisticsEstimation(14, "332001") #Provider = 1
48
print client.getLogisticsEstimation(15, "201301") #Provider = 1
49
print client.isCodAllowed("201301")
49
print client.isCodAllowed("201301")
50
print client.isCodAllowed("3")
50
print client.isCodAllowed("3")
51
print client.getDestinationCode(1, "201301")
51
print client.getDestinationCode(1, "201301")
52
print client.getDestinationCode(1, "332001")
52
print client.getDestinationCode(1, "332001")
53
 
53