Subversion Repositories SmartDukaan

Rev

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

Rev 13645 Rev 13647
Line 80... Line 80...
80
			List<FlipkartOrder> errorOrderList = new ArrayList<FlipkartOrder>();
80
			List<FlipkartOrder> errorOrderList = new ArrayList<FlipkartOrder>();
81
			
81
			
82
			while ((line = rd.readLine()) != null) {
82
			while ((line = rd.readLine()) != null) {
83
				System.out.println(line);
83
				System.out.println(line);
84
				JSONObject jsonObj = new JSONObject(line);
84
				JSONObject jsonObj = new JSONObject(line);
-
 
85
				JSONObject json= (JSONObject)jsonObj.get("data");
85
				System.out.println(jsonObj.get("data"));
86
				System.out.println(json.get("data"));
86
			}
87
			}
87
			
88
			
88
			//https://seller.flipkart.com/order_management/search_order_items?order_id=OD40827062297&sellerId=m2z93iskuj81qiid
89
			//https://seller.flipkart.com/order_management/search_order_items?order_id=OD40827062297&sellerId=m2z93iskuj81qiid
89
			TransactionClient transactionServiceClient = new TransactionClient();
90
			TransactionClient transactionServiceClient = new TransactionClient();
90
			in.shop2020.model.v1.order.TransactionService.Client tClient = transactionServiceClient.getClient();
91
			in.shop2020.model.v1.order.TransactionService.Client tClient = transactionServiceClient.getClient();