We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f37bf36 + 4202b2c commit bc6c9c9Copy full SHA for bc6c9c9
api/controllers/transaction_controller.go
@@ -33,6 +33,7 @@ func (ctl *TransactionController) GetTransactions(c *gin.Context) {
33
cursor, err := l.(*ledger.Ledger).FindTransactions(
34
query.After(c.Query("after")),
35
query.Reference(c.Query("reference")),
36
+ query.Account(c.Query("account")),
37
)
38
if err != nil {
39
ctl.responseError(
0 commit comments