Subversion Repositories SmartDukaan

Rev

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

Rev 2574 Rev 2689
Line 161... Line 161...
161
	
161
	
162
	/**
162
	/**
163
	Initialize the payment pipe for a HDFC payment. The URL the user should be redirected to is returned.
163
	Initialize the payment pipe for a HDFC payment. The URL the user should be redirected to is returned.
164
	In case of any processing error, an exception is raised. 
164
	In case of any processing error, an exception is raised. 
165
	*/
165
	*/
166
	string initializeHdfcPayment(1:i64 merchantPaymentId) throws (1:PaymentException pe)
166
	string initializeHdfcPayment(1:i64 merchantPaymentId) throws (1:PaymentException pe),
-
 
167
	
-
 
168
	/**
-
 
169
	Create a refund of the given amount corresponding to the given order to be processed through the same
-
 
170
	payment gateway which processed the payment for the corresponding transaction.
-
 
171
	Returns the id of the newly created Refund.
-
 
172
	*/	
-
 
173
	i64 createRefund(1:i64 orderId, 2:i64 merchantTxnId, 3:double amount) throws (1:PaymentException pe)
167
}
174
}
168
175