Subversion Repositories SmartDukaan

Rev

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

Rev 10211 Rev 10212
Line 152... Line 152...
152
					+ "<td>" +getProductName(item)+"</td>"
152
					+ "<td>" +getProductName(item)+"</td>"
153
					+"<td>" + item.getId() + "</td>"
153
					+"<td>" + item.getId() + "</td>"
154
					+"<td>" + entry.getSellingPrice() + "</td>"
154
					+"<td>" + entry.getSellingPrice() + "</td>"
155
					+"</tr>");
155
					+"</tr>");
156
			i++;
156
			i++;
157
			if(flipkartPricingItems.size()!=1 && (i!=flipkartPricingItems.size() -1 ) ){
157
			if(flipkartPricingItems.size()!=1 && (i!=flipkartPricingItems.size()) ){
-
 
158
				if(i%10!=0){
158
				jsonRequest.append(",");	
159
					jsonRequest.append(",");
-
 
160
				}
-
 
161
	
159
			}
162
			}
160
			System.out.println("Value of i " + i + " FlipkartPricing Items List size " + flipkartPricingItems.size());
163
			System.out.println("Value of i " + i + " FlipkartPricing Items List size " + flipkartPricingItems.size());
161
			if(i%10==0 || i==flipkartPricingItems.size()){
164
			if(i%10==0 || i==flipkartPricingItems.size()){
162
				System.out.println("Inside send code block");
165
				System.out.println("Inside send code block");
163
				StringEntity input = null;
166
				StringEntity input = null;