Subversion Repositories SmartDukaan

Rev

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

Rev 23000 Rev 23001
Line 338... Line 338...
338
		customRetailer.setAddress(providerAddress);
338
		customRetailer.setAddress(providerAddress);
339
		pdfModel.setRetailer(customRetailer);
339
		pdfModel.setRetailer(customRetailer);
340
 
340
 
341
		Set<CustomOrderItem> customerFofoOrderItems = new HashSet<>();
341
		Set<CustomOrderItem> customerFofoOrderItems = new HashSet<>();
342
		pdfModel.setOrderItems(customerFofoOrderItems);
342
		pdfModel.setOrderItems(customerFofoOrderItems);
-
 
343
		pdfModel.setTncs(Arrays.asList("Please check out Policy Schedule for detailed terms and conditions."));
343
		return pdfModel;
344
		return pdfModel;
344
	}
345
	}
345
	
346
	
346
	private List<GadgetCopsInsuranceCalcResponse> toCalcResponseList (List<GadgetCopsInsuranceCalc> calcList) {
347
	private List<GadgetCopsInsuranceCalcResponse> toCalcResponseList (List<GadgetCopsInsuranceCalc> calcList) {
347
		List<GadgetCopsInsuranceCalcResponse> calcResponseList = new ArrayList<>();
348
		List<GadgetCopsInsuranceCalcResponse> calcResponseList = new ArrayList<>();