Subversion Repositories SmartDukaan

Rev

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

Rev 10079 Rev 10080
Line 59... Line 59...
59
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
59
				"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
60
				"yukti.jain@shop2020.in","manoj.pal@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
60
				"yukti.jain@shop2020.in","manoj.pal@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
61
		*/
61
		*/
62
		Map<String,Long> itemInventoryMap = FetchInventoryAtFlipkart();
62
		Map<String,Long> itemInventoryMap = FetchInventoryAtFlipkart();
63
		in.shop2020.model.v1.catalog.CatalogService.Client catalogClient = new CatalogClient().getClient();
63
		in.shop2020.model.v1.catalog.CatalogService.Client catalogClient = new CatalogClient().getClient();
64
		List<Item> aliveItems = catalogClient.getAllItems(true);
64
		List<Item> aliveItems = catalogClient.getAllAliveItems();
65
		List<FlipkartItem> flipkartItems;
65
		List<FlipkartItem> flipkartItems;
66
		try{
66
		try{
67
			flipkartItems = catalogClient.getAllFlipkartItems();
67
			flipkartItems = catalogClient.getAllFlipkartItems();
68
		}
68
		}
69
		catch(Exception ex){
69
		catch(Exception ex){