Subversion Repositories SmartDukaan

Rev

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

Rev 13648 Rev 13649
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
				JSONArray json= (JSONArray)jsonObj.get("data");
85
				JSONObject json= (JSONObject)jsonObj.get("data");
-
 
86
				System.out.println(json);
86
				for(int i=0;i<json.length();i++){
87
				/*for(int i=0;i<json.length();i++){
87
					System.out.println(json.get(i));
88
					System.out.println(json.get(i));
88
				}				
89
				}*/				
89
			}
90
			}
90
			
91
			
91
			//https://seller.flipkart.com/order_management/search_order_items?order_id=OD40827062297&sellerId=m2z93iskuj81qiid
92
			//https://seller.flipkart.com/order_management/search_order_items?order_id=OD40827062297&sellerId=m2z93iskuj81qiid
92
			TransactionClient transactionServiceClient = new TransactionClient();
93
			TransactionClient transactionServiceClient = new TransactionClient();
93
			in.shop2020.model.v1.order.TransactionService.Client tClient = transactionServiceClient.getClient();
94
			in.shop2020.model.v1.order.TransactionService.Client tClient = transactionServiceClient.getClient();