Subversion Repositories SmartDukaan

Rev

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

Rev 9072 Rev 9085
Line 514... Line 514...
514
					logger.info(orderId+" "+subOrderId + " Transaction Service Exception could not create transaction" +"\n");
514
					logger.info(orderId+" "+subOrderId + " Transaction Service Exception could not create transaction" +"\n");
515
					continue;
515
					continue;
516
				}
516
				}
517
				try{
517
				try{
518
					logger.info("Creating payment for suborder id " + subOrderId);
518
					logger.info("Creating payment for suborder id " + subOrderId);
519
					createPayment(user,subOrderId,unitSellingPrice);
519
					createPayment(user,subOrderId,total_price);
520
				}
520
				}
521
				catch (NumberFormatException e) {
521
				catch (NumberFormatException e) {
522
					logger.error("Could not create payment",e);
522
					logger.error("Could not create payment",e);
523
					sb.append(orderId+" "+subOrderId + " Could not create payment");
523
					sb.append(orderId+" "+subOrderId + " Could not create payment");
524
					e.printStackTrace();
524
					e.printStackTrace();