Subversion Repositories SmartDukaan

Rev

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

Rev 2685 Rev 2687
Line 151... Line 151...
151
 
151
 
152
  def createRefund(self, orderId, merchantTxnId, amount):
152
  def createRefund(self, orderId, merchantTxnId, amount):
153
    """
153
    """
154
    Create a refund of the given amount corresponding to the given order to be processed through the same
154
    Create a refund of the given amount corresponding to the given order to be processed through the same
155
    payment gateway which processed the payment for the corresponding transaction.
155
    payment gateway which processed the payment for the corresponding transaction.
-
 
156
    Returns the id of the newly created Refund.
156
    
157
    
157
    Parameters:
158
    Parameters:
158
     - orderId
159
     - orderId
159
     - merchantTxnId
160
     - merchantTxnId
160
     - amount
161
     - amount
Line 617... Line 618...
617
 
618
 
618
  def createRefund(self, orderId, merchantTxnId, amount):
619
  def createRefund(self, orderId, merchantTxnId, amount):
619
    """
620
    """
620
    Create a refund of the given amount corresponding to the given order to be processed through the same
621
    Create a refund of the given amount corresponding to the given order to be processed through the same
621
    payment gateway which processed the payment for the corresponding transaction.
622
    payment gateway which processed the payment for the corresponding transaction.
-
 
623
    Returns the id of the newly created Refund.
622
    
624
    
623
    Parameters:
625
    Parameters:
624
     - orderId
626
     - orderId
625
     - merchantTxnId
627
     - merchantTxnId
626
     - amount
628
     - amount