Subversion Repositories SmartDukaan

Rev

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

Rev 4258 Rev 4259
Line 595... Line 595...
595
	 * If we and/or payment gateway has decided to accept the payment, this method needs to be called.
595
	 * If we and/or payment gateway has decided to accept the payment, this method needs to be called.
596
	 * Changed transaction and all orders status to payment accepted.  
596
	 * Changed transaction and all orders status to payment accepted.  
597
	 */
597
	 */
598
	void markTransactionAsPaymentFlagRemoved(1:i64 transactionId) throws (1:TransactionServiceException ex)
598
	void markTransactionAsPaymentFlagRemoved(1:i64 transactionId) throws (1:TransactionServiceException ex)
599
	
599
	
-
 
600
	/**
-
 
601
	* This method is called when a flagged payment is deemed unserviceable and the corresponding orders
-
 
602
	* need to be cancelled
-
 
603
	*/
-
 
604
	void refundTransaction(1:i64 transactionId, 2:string refundedBy, 3:string reason) throws (1:TransactionServiceException ex)
600
}
605
}
601
606