Skip to content

Commit e526581

Browse files
Revert "WAL-3164: Remove "reason" as filter for transactions/find"
This reverts commit 386b482.
1 parent ef6bd6b commit e526581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/currencycloud/client/CurrencyCloud.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,6 +1468,7 @@ Transactions findTransactions(
14681468
@Nullable @QueryParam("related_entity_short_reference") String relatedEntityShortReference,
14691469
@Nullable @QueryParam("status") String status,
14701470
@Nullable @QueryParam("type") String type,
1471+
@Nullable @QueryParam("reason") String reason,
14711472
@Nullable @QueryParam("settles_at_from") java.sql.Date settlesAtFrom,
14721473
@Nullable @QueryParam("settles_at_to") java.sql.Date settlesAtTo,
14731474
@Nullable @QueryParam("created_at_from") java.sql.Date createdAtFrom,

0 commit comments

Comments
 (0)