Subversion Repositories SmartDukaan

Rev

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

Rev 24440 Rev 24450
Line 551... Line 551...
551
		wiseAppInsuranceModel.setCity(address.getCity());
551
		wiseAppInsuranceModel.setCity(address.getCity());
552
		wiseAppInsuranceModel.setDob(StringUtils.toHyphenatedString(customer.getDateOfBirth()));
552
		wiseAppInsuranceModel.setDob(StringUtils.toHyphenatedString(customer.getDateOfBirth()));
553
		wiseAppInsuranceModel.setDuration(mobileInsurancePlan.getDuration());
553
		wiseAppInsuranceModel.setDuration(mobileInsurancePlan.getDuration());
554
		wiseAppInsuranceModel.setPincode(address.getPinCode());
554
		wiseAppInsuranceModel.setPincode(address.getPinCode());
555
		wiseAppInsuranceModel.setEmail(customer.getEmailId());
555
		wiseAppInsuranceModel.setEmail(customer.getEmailId());
556
		wiseAppInsuranceModel.setDeviceType(mobileInsurancePlan.getDeviceType());
556
		wiseAppInsuranceModel.setDeviceType(mobileInsurancePlan.getDeviceTypeId());
557
		wiseAppInsuranceModel.setImeiNo(insurancePolicy.getSerialNumber());
557
		wiseAppInsuranceModel.setImeiNo(insurancePolicy.getSerialNumber());
558
		wiseAppInsuranceModel.setPlanValue(String.valueOf(insurancePolicy.getSaleAmount()));
558
		wiseAppInsuranceModel.setPlanValue(String.valueOf(insurancePolicy.getSaleAmount()));
559
		wiseAppInsuranceModel.setRetailerId(zestService.getWiseAppPartnerCode(insurancePolicy.getRetailerId()));
559
		wiseAppInsuranceModel.setRetailerId(zestService.getWiseAppPartnerCode(insurancePolicy.getRetailerId()));
560
		wiseAppInsuranceModel.setDuration(mobileInsurancePlan.getDuration());
560
		wiseAppInsuranceModel.setDuration(mobileInsurancePlan.getDuration());
561
		wiseAppInsuranceModel.setGender(customer.getGender());
561
		wiseAppInsuranceModel.setGender(customer.getGender());