Subversion Repositories SmartDukaan

Rev

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

Rev 1856 Rev 2062
Line 49... Line 49...
49
    """
49
    """
50
    pass
50
    pass
51
 
51
 
52
  def getPayments(self, fromTime, toTime, status, gatewayId):
52
  def getPayments(self, fromTime, toTime, status, gatewayId):
53
    """
53
    """
54
    get all payments for user. Gateway is mandatory.
54
    get all payments for user. If gatewayId is 0, then it is ignored while filtering.
55
    
55
    
56
    
56
    
57
    Parameters:
57
    Parameters:
58
     - fromTime
58
     - fromTime
59
     - toTime
59
     - toTime
Line 238... Line 238...
238
      raise result.pe
238
      raise result.pe
239
    raise TApplicationException(TApplicationException.MISSING_RESULT, "getPaymentsForUser failed: unknown result");
239
    raise TApplicationException(TApplicationException.MISSING_RESULT, "getPaymentsForUser failed: unknown result");
240
 
240
 
241
  def getPayments(self, fromTime, toTime, status, gatewayId):
241
  def getPayments(self, fromTime, toTime, status, gatewayId):
242
    """
242
    """
243
    get all payments for user. Gateway is mandatory.
243
    get all payments for user. If gatewayId is 0, then it is ignored while filtering.
244
    
244
    
245
    
245
    
246
    Parameters:
246
    Parameters:
247
     - fromTime
247
     - fromTime
248
     - toTime
248
     - toTime