Subversion Repositories SmartDukaan

Rev

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

Rev 4245 Rev 4258
Line 590... Line 590...
590
	 * If we decide to not to cancel order, we will move the order ro previous status.	
590
	 * If we decide to not to cancel order, we will move the order ro previous status.	
591
	 */
591
	 */
592
	void markOrderCancellationRequestDenied(1:i64 orderId) throws (1:TransactionServiceException ex),
592
	void markOrderCancellationRequestDenied(1:i64 orderId) throws (1:TransactionServiceException ex),
593
	
593
	
594
	/**
594
	/**
595
	 * If we and/or payment has decided to accept the order, 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 order status and payment status  
596
	 * Changed transaction and all orders status to payment accepted.  
597
	 */
597
	 */
598
	void markOrderAsPaymentFlagRemoved(1:i64 orderId) throws (1:TransactionServiceException ex)
598
	void markTransactionAsPaymentFlagRemoved(1:i64 transactionId) throws (1:TransactionServiceException ex)
599
	
599
	
600
}
600
}
601
601