Subversion Repositories SmartDukaan

Rev

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

Rev 9197 Rev 9198
Line 561... Line 561...
561
				sb.append(orderId+" "+subOrderId + " Could not create payment Payment exception");
561
				sb.append(orderId+" "+subOrderId + " Could not create payment Payment exception");
562
				e.printStackTrace();
562
				e.printStackTrace();
563
				continue;
563
				continue;
564
			} catch (TException e) {
564
			} catch (TException e) {
565
				logger.error("Could not create payment thrift exception",e);
565
				logger.error("Could not create payment thrift exception",e);
566
				sb.append(orderId+" "+subOrderId + " Could not create payment Thrift exception");
566
				sb.append(orderId+" "+subOrderId + " Could not create payment Thrift exception"+"\n");
567
				e.printStackTrace();
567
				e.printStackTrace();
568
				continue;
568
				continue;
569
			}
569
			}
570
			Transaction transaction = null;
570
			Transaction transaction = null;
571
			try {
571
			try {