Skip to content

Commit e976049

Browse files
Merge pull request #124 from pluggyai/hotfix/find-transactions-filters
fix: 📝 update fetchTransactions filters
2 parents b42a03f + 4eb360a commit e976049

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/types/transaction.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ export type TransactionFilters = PageFilters & {
103103
from?: string
104104
/** Filter transactions created after date. Format is ISO Date. */
105105
createdAtFrom?: string
106+
/** Filter transactions with the specifics ids. */
107+
ids?: string[]
106108
}
107109

108110
export type Transaction = {

0 commit comments

Comments
 (0)