Subversion Repositories SmartDukaan

Rev

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

Rev 29416 Rev 29417
Line 215... Line 215...
215
			ProductPojo pp = contentPojoPopulator.getShortContent(cartItem.getCatalogItemId());
215
			ProductPojo pp = contentPojoPopulator.getShortContent(cartItem.getCatalogItemId());
216
 
216
 
217
			log.info("pp {}", pp);
217
			log.info("pp {}", pp);
218
			if (pp != null) {
218
			if (pp != null) {
219
				cartItem.setImageUrl(pp.getImageUrl());
219
				cartItem.setImageUrl(pp.getImageUrl());
220
				cartItem.setTitle(pp.getTitle());
220
			//	cartItem.setTitle(pp.getTitle());
221
			}
221
			}
222
		}
222
		}
223
		vc = new ValidateCartResponse(cartValidationResponse, "Success", "Items added to cart successfully");
223
		vc = new ValidateCartResponse(cartValidationResponse, "Success", "Items added to cart successfully");
224
		return responseSender.ok(vc);
224
		return responseSender.ok(vc);
225
	}
225
	}