Subversion Repositories SmartDukaan

Rev

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

Rev 704 Rev 763
Line 61... Line 61...
61
	2:string message
61
	2:string message
62
}
62
}
63
 
63
 
64
service PaymentService{
64
service PaymentService{
65
	/**
65
	/**
-
 
66
	* For closing the open session in sqlalchemy
-
 
67
	*/
-
 
68
	void closeSession(),
-
 
69
 
-
 
70
	/**
66
	*	create a new payment and return payment id, throws an exception if gateway is not active
71
	*	create a new payment and return payment id, throws an exception if gateway is not active
67
	**/
72
	**/
68
	i64 createPayment(1:i64 userId, 2:double amount, 3:i64 gatewayId, 4:i64 txnId) throws (1:PaymentException pe),
73
	i64 createPayment(1:i64 userId, 2:double amount, 3:i64 gatewayId, 4:i64 txnId) throws (1:PaymentException pe),
69
	
74
	
70
	/**
75
	/**