Subversion Repositories SmartDukaan

Rev

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

Rev 13691 Rev 13734
Line 898... Line 898...
898
	6:string hsProductId,
898
	6:string hsProductId,
899
	7:string hsItemId,
899
	7:string hsItemId,
900
	8:string sellerSku,
900
	8:string sellerSku,
901
	9:string paymentMode,
901
	9:string paymentMode,
902
	10:string courierName,
902
	10:string courierName,
903
	11:i64 slaDays
903
	11:i64 slaDays,
-
 
904
	12:string shippingName
904
}
905
}
905
 
906
 
906
service TransactionService extends GenericService.GenericService{
907
service TransactionService extends GenericService.GenericService{
907
	
908
	
908
	i64 createTransaction(1:Transaction transaction) throws (1:TransactionServiceException ex),
909
	i64 createTransaction(1:Transaction transaction) throws (1:TransactionServiceException ex),