Subversion Repositories SmartDukaan

Rev

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

Rev 9987 Rev 9988
Line 227... Line 227...
227
			}
227
			}
228
			else{
228
			else{
229
				stock =0;
229
				stock =0;
230
			}
230
			}
231
			try {
231
			try {
232
				System.out.println("Item Id " + entry.getValue().getId());
-
 
233
				logisticinfo = logisticsClient.getLogisticsEstimation(entry.getValue().getId(),"110001",DeliveryType.COD);
232
				logisticinfo = logisticsClient.getLogisticsEstimation(entry.getValue().getId(),"110001",DeliveryType.COD);
234
			} catch (LogisticsServiceException e) {
233
			} catch (LogisticsServiceException e) {
235
				e.printStackTrace();
234
				e.printStackTrace();
236
				continue;
235
				continue;
237
			}
236
			}