Subversion Repositories SmartDukaan

Rev

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

Rev 5189 Rev 5198
Line 681... Line 681...
681
        	tsc = new TransactionClient();
681
        	tsc = new TransactionClient();
682
        	in.shop2020.model.v1.order.TransactionService.Client transactionClient = tsc.getClient();
682
        	in.shop2020.model.v1.order.TransactionService.Client transactionClient = tsc.getClient();
683
        	
683
        	
684
	    	for (long orderId: orderIds)	{
684
	    	for (long orderId: orderIds)	{
685
	    		
685
	    		
686
	    		logger.info("Aramex Settlement, Order Id: " + orderId);
686
	    		logger.info("Marking as paid, Order Id: " + orderId);
687
	    		try {
687
	    		try {
688
	    			transactionClient.updateOrderAsPaidToVendor(orderId);
688
	    			transactionClient.updateOrderAsPaidToVendor(orderId);
689
					countSuccessfulSaves += 1;
689
					countSuccessfulSaves += 1;
690
					
690
					
691
				} catch (TransactionServiceException e) {
691
				} catch (TransactionServiceException e) {