yodlee merchant or description
This commit is contained in:
@@ -127,7 +127,6 @@
|
||||
:transaction-rule/amount-gte :transaction-rule/amount-lte
|
||||
:transaction-rule/client :transaction-rule/bank-account
|
||||
:transaction-rule/yodlee-merchant]} ]
|
||||
(println transaction description)
|
||||
(let [transaction-dom (some-> transaction
|
||||
:transaction/date
|
||||
.toInstant
|
||||
@@ -154,8 +153,8 @@
|
||||
(:db/id client))
|
||||
true)
|
||||
(if yodlee-merchant
|
||||
(= (:transaction/yodlee-merchant transaction)
|
||||
(:db/id yodlee-merchant))
|
||||
(= (:yodlee-merchant/yodlee-id (:transaction/yodlee-merchant transaction))
|
||||
(:yodlee-merchant/yodlee-id yodlee-merchant))
|
||||
true)
|
||||
(if bank-account
|
||||
(= (:transaction/bank-account transaction)
|
||||
|
||||
Reference in New Issue
Block a user