Transaction matching
This commit is contained in:
parent
47e08196de
commit
59d2124d52
|
|
@ -118,6 +118,9 @@ List<String> filteredTransactionsSelector(
|
|||
} else if (filterEntityType == EntityType.transactionRule &&
|
||||
transaction.transactionRuleId != filterEntityId) {
|
||||
return false;
|
||||
} else if (filterEntityType == EntityType.payment &&
|
||||
transaction.paymentId != filterEntityId) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue