Subversion Repositories SmartDukaan

Rev

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

Rev 8303 Rev 8323
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());