Subversion Repositories SmartDukaan

Rev

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

Rev 9015 Rev 9016
Line 346... Line 346...
346
				//String shipByDate = nextLine[26];
346
				//String shipByDate = nextLine[26];
347
				Client transaction_client = null;
347
				Client transaction_client = null;
348
				try {
348
				try {
349
					transaction_client = new TransactionClient().getClient();
349
					transaction_client = new TransactionClient().getClient();
350
					if(transaction_client.flipkartOrderExists(orderId,subOrderId)) {
350
					if(transaction_client.flipkartOrderExists(orderId,subOrderId)) {
351
						logger.error("Flipkart order exists " + "id : " + orderId + " suborder id : ");
351
						logger.error("Flipkart order exists " + "id : " + orderId + " suborder id : " + subOrderId);
-
 
352
						sb.append("Flipkart order exists " + orderId+" "+subOrderId);
352
						continue;
353
						continue;
353
					}
354
					}
354
 
355
 
355
				} catch (TTransportException e1) {
356
				} catch (TTransportException e1) {
356
					logger.error("Problem with Transaction service " , e1);
357
					logger.error("Problem with Transaction service " , e1);