Subversion Repositories SmartDukaan

Rev

Rev 23526 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23526 Rev 23602
Line 44... Line 44...
44
		params.put(MOBILE_IMEI, gadgetCopsInsuranceModel.getSerialNumber());
44
		params.put(MOBILE_IMEI, gadgetCopsInsuranceModel.getSerialNumber());
45
		params.put(CUS_FIRST_NAME, gadgetCopsInsuranceModel.getCustomerFirstName());
45
		params.put(CUS_FIRST_NAME, gadgetCopsInsuranceModel.getCustomerFirstName());
46
		params.put(CUS_LAST_NAME, gadgetCopsInsuranceModel.getCustomerLastName());
46
		params.put(CUS_LAST_NAME, gadgetCopsInsuranceModel.getCustomerLastName());
47
		params.put(CUS_CONTACT_NUMBER, gadgetCopsInsuranceModel.getCustomerMobileNumber());
47
		params.put(CUS_CONTACT_NUMBER, gadgetCopsInsuranceModel.getCustomerMobileNumber());
48
		params.put(CUS_EMAIL, gadgetCopsInsuranceModel.getCustomerEmailId());
48
		params.put(CUS_EMAIL, gadgetCopsInsuranceModel.getCustomerEmailId());
49
		params.put(CUS_DOB, StringUtils.toString(gadgetCopsInsuranceModel.getCustomerDateOfBirth()));
49
		params.put(CUS_DOB, StringUtils.toGadgetCopDateString(gadgetCopsInsuranceModel.getCustomerDateOfBirth()));
50
		params.put(CUS_ADDRESS1, gadgetCopsInsuranceModel.getCustomerAddress1());
50
		params.put(CUS_ADDRESS1, gadgetCopsInsuranceModel.getCustomerAddress1());
51
		params.put(CUS_ADDRESS2, gadgetCopsInsuranceModel.getCustomerAddress2());
51
		params.put(CUS_ADDRESS2, gadgetCopsInsuranceModel.getCustomerAddress2());
52
		params.put(CUS_CITY, gadgetCopsInsuranceModel.getCustomerCity());
52
		params.put(CUS_CITY, gadgetCopsInsuranceModel.getCustomerCity());
53
		params.put(CUS_STATE, gadgetCopsInsuranceModel.getCustomerState());
53
		params.put(CUS_STATE, gadgetCopsInsuranceModel.getCustomerState());
54
		params.put(CUS_ZIP, gadgetCopsInsuranceModel.getCustomerPinCode());
54
		params.put(CUS_ZIP, gadgetCopsInsuranceModel.getCustomerPinCode());
55
		params.put(TRANSACTION_DATE, StringUtils.toString(gadgetCopsInsuranceModel.getInvoiceCreationDate()));
55
		params.put(TRANSACTION_DATE, StringUtils.toGadgetCopDateString(gadgetCopsInsuranceModel.getInvoiceCreationDate()));
56
		params.put(TRANSACTION_INVOICE_VALUE, String.valueOf(gadgetCopsInsuranceModel.getPrice()));
56
		params.put(TRANSACTION_INVOICE_VALUE, String.valueOf(gadgetCopsInsuranceModel.getPrice()));
57
		params.put(TRANSACTION_INVOICE_NUMBER, gadgetCopsInsuranceModel.getInvoiceNumber());
57
		params.put(TRANSACTION_INVOICE_NUMBER, gadgetCopsInsuranceModel.getInvoiceNumber());
58
		params.put(TRANSACTION_POLICY_NUMBER, gadgetCopsInsuranceModel.getPolicyNumber());
58
		params.put(TRANSACTION_POLICY_NUMBER, gadgetCopsInsuranceModel.getPolicyNumber());
59
		
59
		
60
		Map<String, String> headers = new HashMap<>(0);
60
		Map<String, String> headers = new HashMap<>(0);
Line 77... Line 77...
77
		params.put(MOBILE_IMEI, gadgetCopsInsuranceModel.getSerialNumber());
77
		params.put(MOBILE_IMEI, gadgetCopsInsuranceModel.getSerialNumber());
78
		params.put(CUS_FIRST_NAME, gadgetCopsInsuranceModel.getCustomerFirstName());
78
		params.put(CUS_FIRST_NAME, gadgetCopsInsuranceModel.getCustomerFirstName());
79
		params.put(CUS_LAST_NAME, gadgetCopsInsuranceModel.getCustomerLastName());
79
		params.put(CUS_LAST_NAME, gadgetCopsInsuranceModel.getCustomerLastName());
80
		params.put(CUS_CONTACT_NUMBER, gadgetCopsInsuranceModel.getCustomerMobileNumber());
80
		params.put(CUS_CONTACT_NUMBER, gadgetCopsInsuranceModel.getCustomerMobileNumber());
81
		params.put(CUS_EMAIL, gadgetCopsInsuranceModel.getCustomerEmailId());
81
		params.put(CUS_EMAIL, gadgetCopsInsuranceModel.getCustomerEmailId());
82
		params.put(CUS_DOB, StringUtils.toString(gadgetCopsInsuranceModel.getCustomerDateOfBirth()));
82
		params.put(CUS_DOB, StringUtils.toGadgetCopDateString(gadgetCopsInsuranceModel.getCustomerDateOfBirth()));
83
		params.put(CUS_ADDRESS1, gadgetCopsInsuranceModel.getCustomerAddress1());
83
		params.put(CUS_ADDRESS1, gadgetCopsInsuranceModel.getCustomerAddress1());
84
		params.put(CUS_ADDRESS2, gadgetCopsInsuranceModel.getCustomerAddress2());
84
		params.put(CUS_ADDRESS2, gadgetCopsInsuranceModel.getCustomerAddress2());
85
		params.put(CUS_CITY, gadgetCopsInsuranceModel.getCustomerCity());
85
		params.put(CUS_CITY, gadgetCopsInsuranceModel.getCustomerCity());
86
		params.put(CUS_STATE, gadgetCopsInsuranceModel.getCustomerState());
86
		params.put(CUS_STATE, gadgetCopsInsuranceModel.getCustomerState());
87
		params.put(CUS_ZIP, gadgetCopsInsuranceModel.getCustomerPinCode());
87
		params.put(CUS_ZIP, gadgetCopsInsuranceModel.getCustomerPinCode());
88
		params.put(TRANSACTION_DATE, StringUtils.toString(gadgetCopsInsuranceModel.getInvoiceCreationDate()));
88
		params.put(TRANSACTION_DATE, StringUtils.toGadgetCopDateString(gadgetCopsInsuranceModel.getInvoiceCreationDate()));
89
		params.put(TRANSACTION_INVOICE_VALUE, String.valueOf(gadgetCopsInsuranceModel.getPrice()));
89
		params.put(TRANSACTION_INVOICE_VALUE, String.valueOf(gadgetCopsInsuranceModel.getPrice()));
90
		params.put(TRANSACTION_INVOICE_NUMBER, gadgetCopsInsuranceModel.getInvoiceNumber());
90
		params.put(TRANSACTION_INVOICE_NUMBER, gadgetCopsInsuranceModel.getInvoiceNumber());
91
		params.put(TRANSACTION_POLICY_NUMBER, gadgetCopsInsuranceModel.getPolicyNumber());
91
		params.put(TRANSACTION_POLICY_NUMBER, gadgetCopsInsuranceModel.getPolicyNumber());
92
		
92
		
93
		Map<String, String> headers = new HashMap<>(0);
93
		Map<String, String> headers = new HashMap<>(0);