Subversion Repositories SmartDukaan

Rev

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

Rev 9116 Rev 9125
Line 379... Line 379...
379
			try {
379
			try {
380
				transaction_client = new TransactionClient().getClient();
380
				transaction_client = new TransactionClient().getClient();
381
				if(transaction_client.flipkartOrderExists(orderId,subOrderId)) {
381
				if(transaction_client.flipkartOrderExists(orderId,subOrderId)) {
382
					if(shipByDate!=null && order.getTrackingId()!=null){
382
					if(shipByDate!=null && order.getTrackingId()!=null){
383
						transaction_client.updateFlipkartOrderDatesAndAWB(orderId, subOrderId, shipByDate.getTime(), order.getTrackingId());
383
						transaction_client.updateFlipkartOrderDatesAndAWB(orderId, subOrderId, shipByDate.getTime(), order.getTrackingId());
384
						logger.error("Flipkart order exists updating dates" + "id : " + orderId + " suborder id : " + subOrderId);
384
						logger.error("Order exists updating info " + "id : " + orderId + " suborder id : " + subOrderId);
385
						sb.append("Flipkart order exists updating dates" + orderId+" "+subOrderId+"\n");
385
						sb.append("Order exists updating info " + orderId+" "+subOrderId+"\n");
386
						
386
						
387
					}
387
					}
388
					else{
388
					else{
389
						logger.error("Flipkart order exists " + "id : " + orderId + " suborder id : " + subOrderId);
389
						logger.error("Flipkart order exists " + "id : " + orderId + " suborder id : " + subOrderId);
390
						sb.append("Flipkart order exists " + orderId+" "+subOrderId+"\n");
390
						sb.append("Flipkart order exists " + orderId+" "+subOrderId+"\n");