Subversion Repositories SmartDukaan

Rev

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

Rev 6988 Rev 7026
Line 1170... Line 1170...
1170
	 
1170
	 
1171
	 bool changeShippingAddress(1:i64 orderId, 2:string line1, 3:string line2, 4:string city, 5:string state, 6:string pin);
1171
	 bool changeShippingAddress(1:i64 orderId, 2:string line1, 3:string line2, 4:string city, 5:string state, 6:string pin);
1172
	 
1172
	 
1173
	 binary retrieveInvoice(1:i64 orderId);
1173
	 binary retrieveInvoice(1:i64 orderId);
1174
	 
1174
	 
-
 
1175
	 list<string> receiveUpdatesForRedExpress(1:string awbNumber);
1175
}
1176
}