| Line 196... |
Line 196... |
| 196 |
|
196 |
|
| 197 |
|
197 |
|
| 198 |
private static Party addShipper(){
|
198 |
private static Party addShipper(){
|
| 199 |
Party shipperParty = new Party(); // Sender information
|
199 |
Party shipperParty = new Party(); // Sender information
|
| 200 |
Contact shipperContact = new Contact();
|
200 |
Contact shipperContact = new Contact();
|
| 201 |
shipperContact.setPersonName("Spice Online Retail Pvt. Ltd.");
|
201 |
shipperContact.setPersonName("Hotspot Sales & Solutions Pvt. Ltd.");
|
| 202 |
shipperContact.setCompanyName("Spice Online Retail Pvt. Ltd.");
|
202 |
shipperContact.setCompanyName("Hotspot Sales & Solutions Pvt. Ltd.");
|
| 203 |
shipperContact.setPhoneNumber("09811247808");
|
203 |
shipperContact.setPhoneNumber("09811247808");
|
| 204 |
Address shipperAddress = new Address();
|
204 |
Address shipperAddress = new Address();
|
| 205 |
String address[] = new String[2];
|
205 |
String address[] = new String[2];
|
| 206 |
address[0] = new String("C/O,PIBCO LIMITED,Basement,Punjsons 2");
|
206 |
address[0] = new String("C/O,PIBCO LIMITED,Basement,Punjsons 2");
|
| 207 |
address[1] = new String("Kalkaji Industrial Area");
|
207 |
address[1] = new String("Kalkaji Industrial Area");
|