Subversion Repositories SmartDukaan

Rev

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

Rev 3374 Rev 3583
Line 161... Line 161...
161
	List contains two double values, first minimum and second maximum amount.
161
	List contains two double values, first minimum and second maximum amount.
162
	*/
162
	*/
163
	list<double> getSuccessfulPaymentsAmountRange(),
163
	list<double> getSuccessfulPaymentsAmountRange(),
164
	
164
	
165
	/**
165
	/**
166
	Captures an already authorized EBS Payment and returns a map containing the details of the captured transaction
-
 
167
	*/
-
 
168
	map<string, string> captureEbsPayment(1:i64 merchantPaymentId) throws (1:PaymentException pe),
-
 
169
	
-
 
170
	/**
-
 
171
	Captures an already authorized Hdfc Payment and returns a map containing the details of the captured transaction
-
 
172
	*/
-
 
173
	map<string, string> captureHdfcPayment(1:i64 merchantPaymentId) throws (1:PaymentException pe),
-
 
174
	
-
 
175
	/**
-
 
176
	Initialize the payment pipe for a HDFC payment. The URL the user should be redirected to is returned.
166
	Initialize the payment pipe for a HDFC payment. The URL the user should be redirected to is returned.
177
	In case of any processing error, an exception is raised.
167
	In case of any processing error, an exception is raised.
178
	*/
168
	*/
179
	string initializeHdfcPayment(1:i64 merchantPaymentId) throws (1:PaymentException pe),
169
	string initializeHdfcPayment(1:i64 merchantPaymentId) throws (1:PaymentException pe),
180
	
170