| Line 565... |
Line 565... |
| 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"+"\n");
|
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;
|
| 571 |
try {
|
571 |
try {
|
| 572 |
transaction = transaction_client.getTransaction(Long.parseLong(transactionId));
|
572 |
transaction = transaction_client.getTransaction(Long.parseLong(transactionId));
|
| 573 |
} catch (NumberFormatException e) {
|
573 |
} catch (NumberFormatException e) {
|
| 574 |
logger.error("Problem parsing transaction id " + transactionId +" ", e);
|
574 |
logger.error("Problem parsing transaction id " + transactionId +" ", e);
|
| 575 |
sb.append(orderId+" "+subOrderId + " Problem parsing transaction id "+ transactionId +"\n");
|
575 |
sb.append(orderId+" "+subOrderId + " Problem parsing transaction id "+ transactionId +"\n");
|