Subversion Repositories SmartDukaan

Rev

Rev 4141 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4141 Rev 7049
Line 66... Line 66...
66
     * @param value
66
     * @param value
67
     *            Value of the attribute
67
     *            Value of the attribute
68
     */
68
     */
69
	void insertPaymentAttribute(@Param("paymentId") long paymentId,
69
	void insertPaymentAttribute(@Param("paymentId") long paymentId,
70
			@Param("name") String name, @Param("value") String value);
70
			@Param("name") String name, @Param("value") String value);
-
 
71
 
-
 
72
    List<Payment> getPaymentForRechargeTxn(long merchantTxnId);
71
}
73
}