enormous refactor but simplified much!
This commit is contained in:
@@ -727,24 +727,3 @@
|
||||
(mapcat identity)
|
||||
vec))
|
||||
|
||||
(defn manually-add-transaction []
|
||||
(auto-ap.yodlee.import/transactions->txs [{:postDate "2014-01-04"
|
||||
:accountId 1234
|
||||
:date "2021-06-05"
|
||||
:id 1
|
||||
:amount {:amount -1743.25}
|
||||
:description {:original "original-description"
|
||||
:simple "simple-description"}
|
||||
:merchant {:id "123"
|
||||
:name "456"}
|
||||
:baseType "DEBIT"
|
||||
:status "POSTED"
|
||||
|
||||
:bank-account {:db/id [:bank-account/code "NGAK-1"]
|
||||
:client/_bank-accounts {:db/id 17592186045456
|
||||
:client/locations ["MH"]}}}]
|
||||
:bank-account
|
||||
(fn noop-rule [transaction locations]
|
||||
transaction)
|
||||
#{}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user