Subversion Repositories SmartDukaan

Rev

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

Rev 23634 Rev 23839
Line 111... Line 111...
111
		thirdPartyAddress.setPostCode("201301");
111
		thirdPartyAddress.setPostCode("201301");
112
		thirdPartyAddress.setStateOrProvinceCode("Uttar Pradesh");
112
		thirdPartyAddress.setStateOrProvinceCode("Uttar Pradesh");
113
		thirdPartyAddress.setCity("Noida");
113
		thirdPartyAddress.setCity("Noida");
114
		
114
		
115
		Contact sc = new Contact();
115
		Contact sc = new Contact();
116
		sc.setEmailAddress("deena.nath@profitmandi.com");
116
		sc.setEmailAddress("deena.nath@smartdukaan.com");
117
		sc.setCellPhone("9311608716");
117
		sc.setCellPhone("9311608716");
118
		sc.setCompanyName("New Spice Solutions Private Limited");
118
		sc.setCompanyName("New Spice Solutions Private Limited");
119
		sc.setPersonName("Deenanath Gupta");
119
		sc.setPersonName("Deenanath Gupta");
120
		sc.setPhoneNumber1("9311608716");
120
		sc.setPhoneNumber1("9311608716");
121
		
121
		
Line 165... Line 165...
165
		ClientInfo clientInfo = new ClientInfo();
165
		ClientInfo clientInfo = new ClientInfo();
166
		clientInfo.setAccountCountryCode("IN");
166
		clientInfo.setAccountCountryCode("IN");
167
		clientInfo.setAccountNumber("IDA10002");
167
		clientInfo.setAccountNumber("IDA10002");
168
		clientInfo.setVersion("v1.0");	
168
		clientInfo.setVersion("v1.0");	
169
		clientInfo.setAccountEntity("IDA");
169
		clientInfo.setAccountEntity("IDA");
170
		clientInfo.setUserName("deena.nath@profitmandi.com");
170
		clientInfo.setUserName("deena.nath@smartdukaan.com");
171
		clientInfo.setPassword("Profitmandi@123");
171
		clientInfo.setPassword("Profitmandi@123");
172
		clientInfo.setAccountPin("554654");
172
		clientInfo.setAccountPin("554654");
173
		return clientInfo;
173
		return clientInfo;
174
	}
174
	}
175
	
175
	
Line 186... Line 186...
186
	}*/
186
	}*/
187
	
187
	
188
	private Party getTestShipper() {
188
	private Party getTestShipper() {
189
		Party shipper = new Party();
189
		Party shipper = new Party();
190
		Contact sc = new Contact();
190
		Contact sc = new Contact();
191
		sc.setEmailAddress("deena.nath@profitmandi.com");
191
		sc.setEmailAddress("deena.nath@smartdukaan.com");
192
		sc.setCellPhone("9311608716");
192
		sc.setCellPhone("9311608716");
193
		sc.setCompanyName("New Spice Solutions Private Limited");
193
		sc.setCompanyName("New Spice Solutions Private Limited");
194
		sc.setPersonName("Deenanath Gupta");
194
		sc.setPersonName("Deenanath Gupta");
195
		sc.setPhoneNumber1("9311608716");
195
		sc.setPhoneNumber1("9311608716");
196
		shipper.setContact(sc);
196
		shipper.setContact(sc);