Subversion Repositories SmartDukaan

Rev

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

Rev 2976 Rev 4141
Line 23... Line 23...
23
			@Param("status") int status, @Param("gatewayId") long gatewayId);
23
			@Param("status") int status, @Param("gatewayId") long gatewayId);
24
	
24
	
25
	List<Payment> getPayments(@Param("fromTime") String fromTime, @Param("toTime") String toTime,
25
	List<Payment> getPayments(@Param("fromTime") String fromTime, @Param("toTime") String toTime,
26
			@Param("status") int status, @Param("gatewayId") long gatewayId);
26
			@Param("status") int status, @Param("gatewayId") long gatewayId);
27
 
27
 
-
 
28
	List<Payment> getPaymentsByCapturedDate(@Param("fromTime") String fromTime, @Param("toTime") String toTime,
-
 
29
			@Param("status") int status, @Param("gatewayId") long gatewayId);
28
    /**
30
    /**
29
     * Currently, it returns the last payment for a transaction assuming that
31
     * Currently, it returns the last payment for a transaction assuming that
30
     * it is the only one which can be successful.
32
     * it is the only one which can be successful.
31
     * 
33
     * 
32
     * @param merchantTxnId
34
     * @param merchantTxnId