Subversion Repositories SmartDukaan

Rev

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

Rev 763 Rev 1118
Line 100... Line 100...
100
	list<Payment> getPaymentForTxnId(1:i64 txnId) throws (1:PaymentException pe),
100
	list<Payment> getPaymentForTxnId(1:i64 txnId) throws (1:PaymentException pe),
101
	
101
	
102
	/**
102
	/**
103
	* mark payment successful and store parameters
103
	* mark payment successful and store parameters
104
	**/
104
	**/
105
	bool updatePaymentDetails(1:i64 id, 2:string gatewayPaymentId, 3:string sessionId, 4:string gatewayTxnStatus, 5:string  description, 6:string gatewayTxnId, 7:string authCode, 8:string referenceCode, 9:string errorCode, 10:PaymentStatus  status, 11:list<Attribute> attributes) throws (1:PaymentException pe),
105
	bool updatePaymentDetails(1:i64 id, 2:string gatewayPaymentId, 3:string sessionId, 4:string gatewayTxnStatus, 5:string  description, 6:string gatewayTxnId, 7:string authCode, 8:string referenceCode, 9:string errorCode, 10:PaymentStatus  status, 11:string gatewayTxnDate, 12:list<Attribute> attributes) throws (1:PaymentException pe),
106
	
106
	
107
	/**
107
	/**
108
	* mark payment failed and store parameters
108
	* mark payment failed and store parameters
109
	
109
	
110
	bool markPaymentFailed(1:i64 id, 2:string gatewayPaymentId, 3:string sessionId, 4:string gatewayTxnStatus, 5:string description, 6:string errorCode, 7:list<Attribute> attributes )  throws (1:PaymentException pe)
110
	bool markPaymentFailed(1:i64 id, 2:string gatewayPaymentId, 3:string sessionId, 4:string gatewayTxnStatus, 5:string description, 6:string errorCode, 7:list<Attribute> attributes )  throws (1:PaymentException pe)