Subversion Repositories SmartDukaan

Rev

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

Rev 6906 Rev 6985
Line 1165... Line 1165...
1165
	 bool refundRechargeOrder(1:i64 rechargeOrderId) throws (1:TransactionServiceException ex);
1165
	 bool refundRechargeOrder(1:i64 rechargeOrderId) throws (1:TransactionServiceException ex);
1166
	 
1166
	 
1167
	 list<Order> getPhysicalOrders(1:i64 fromDate, 2:i64 toDate);
1167
	 list<Order> getPhysicalOrders(1:i64 fromDate, 2:i64 toDate);
1168
	 
1168
	 
1169
	 binary getDocument(1:i64 docType, 2:i64  docSource);
1169
	 binary getDocument(1:i64 docType, 2:i64  docSource);
-
 
1170
	 
-
 
1171
	 bool changeShippingAddress(1:i64 orderId, 2:string line1, 3:string line2, 4:string city, 5:string state, 6:string pin);
1170
}
1172
}