| Line 488... |
Line 488... |
| 488 |
logger.error(orderId+" "+subOrderId + " Could not create transaction " , e);
|
488 |
logger.error(orderId+" "+subOrderId + " Could not create transaction " , e);
|
| 489 |
sb.append(orderId+" "+subOrderId + " Could not create transaction" +"\n");
|
489 |
sb.append(orderId+" "+subOrderId + " Could not create transaction" +"\n");
|
| 490 |
continue;
|
490 |
continue;
|
| 491 |
} catch (TException e) {
|
491 |
} catch (TException e) {
|
| 492 |
sb.append(orderId+" "+subOrderId + " Transaction Service Exception could not create transaction" +"\n");
|
492 |
sb.append(orderId+" "+subOrderId + " Transaction Service Exception could not create transaction" +"\n");
|
| 493 |
logger.info(orderId+" "+subOrderId + " Transaction Service Exception could not create transaction" +"\n");
|
493 |
logger.info(orderId+" "+subOrderId + " Transaction Service Exception could not create transaction" +"\n" , e);
|
| 494 |
continue;
|
494 |
continue;
|
| 495 |
}
|
495 |
}
|
| 496 |
try{
|
496 |
try{
|
| 497 |
logger.info("Creating payment for suborder id " + subOrderId);
|
497 |
logger.info("Creating payment for suborder id " + subOrderId);
|
| 498 |
createPayment(user,subOrderId,unitSellingPrice);
|
498 |
createPayment(user,subOrderId,unitSellingPrice);
|