Subversion Repositories SmartDukaan

Rev

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

Rev 7240 Rev 8406
Line 114... Line 114...
114
//            noOfCustomers = tClient.getNoOfCustomersWithSuccessfulTransaction();
114
//            noOfCustomers = tClient.getNoOfCustomersWithSuccessfulTransaction();
115
//            orderAmountRange = tClient.getValidOrdersAmountRange();
115
//            orderAmountRange = tClient.getValidOrdersAmountRange();
116
//            minOrderAmount = orderAmountRange.get(0);
116
//            minOrderAmount = orderAmountRange.get(0);
117
//            maxOrderAmount = orderAmountRange.get(1);
117
//            maxOrderAmount = orderAmountRange.get(1);
118
//            
118
//            
119
            validOrders = tClient.getValidOrders(50, false);
119
            validOrders = tClient.getValidOrders(200, false);
120
		} catch (Exception e){
120
		} catch (Exception e){
121
		    logger.error("Error while getting order statistics", e);
121
		    logger.error("Error while getting order statistics", e);
122
		}
122
		}
123
		
123
		
124
		try {
124
		try {