Subversion Repositories SmartDukaan

Rev

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

Rev 9030 Rev 9031
Line 347... Line 347...
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 : " + subOrderId);
351
						logger.error("Flipkart order exists " + "id : " + orderId + " suborder id : " + subOrderId);
352
						sb.append("Flipkart order exists " + orderId+" "+subOrderId);
352
						sb.append("Flipkart order exists " + orderId+" "+subOrderId+"\n");
353
						continue;
353
						continue;
354
					}
354
					}
355
 
355
 
356
				} catch (TTransportException e1) {
356
				} catch (TTransportException e1) {
357
					logger.error("Problem with Transaction service " , e1);
357
					logger.error("Problem with Transaction service " , e1);