| Line 125... |
Line 125... |
| 125 |
continue;
|
125 |
continue;
|
| 126 |
try {
|
126 |
try {
|
| 127 |
Order order = null;
|
127 |
Order order = null;
|
| 128 |
Transaction transaction = null;
|
128 |
Transaction transaction = null;
|
| 129 |
try {
|
129 |
try {
|
| - |
|
130 |
tsc = new TransactionClient().getClient();
|
| 130 |
row.getCell(EBAY_LISTINGID_INDEX).setCellType(Cell.CELL_TYPE_STRING);
|
131 |
row.getCell(EBAY_LISTINGID_INDEX).setCellType(Cell.CELL_TYPE_STRING);
|
| 131 |
EbayOrder ebayOrder = tsc.getEbayOrder(new Double(row.getCell(SALES_RECORD_NUM_INDEX).getNumericCellValue()).longValue(),
|
132 |
EbayOrder ebayOrder = tsc.getEbayOrder(new Double(row.getCell(SALES_RECORD_NUM_INDEX).getNumericCellValue()).longValue(),
|
| 132 |
row.getCell(EBAY_LISTINGID_INDEX).getStringCellValue(), null).get(0);
|
133 |
row.getCell(EBAY_LISTINGID_INDEX).getStringCellValue(), null).get(0);
|
| 133 |
row.getCell(TRANSACTION_ID_INDEX).setCellType(Cell.CELL_TYPE_STRING);
|
134 |
row.getCell(TRANSACTION_ID_INDEX).setCellType(Cell.CELL_TYPE_STRING);
|
| 134 |
ebayOrder.setTransactionId(row.getCell(TRANSACTION_ID_INDEX).getStringCellValue());
|
135 |
ebayOrder.setTransactionId(row.getCell(TRANSACTION_ID_INDEX).getStringCellValue());
|