more debugging info.
This commit is contained in:
@@ -178,7 +178,7 @@
|
|||||||
|
|
||||||
|
|
||||||
(defmulti check-for-invoices (fn [invoices vendor-id vendors company bank-account index invoice-amounts]
|
(defmulti check-for-invoices (fn [invoices vendor-id vendors company bank-account index invoice-amounts]
|
||||||
(:type bank-account)))
|
(or (:type bank-account) "check")))
|
||||||
|
|
||||||
(defmethod check-for-invoices "check" [invoices vendor-id vendors company bank-account index invoice-amounts]
|
(defmethod check-for-invoices "check" [invoices vendor-id vendors company bank-account index invoice-amounts]
|
||||||
(let [uuid (str (UUID/randomUUID))
|
(let [uuid (str (UUID/randomUUID))
|
||||||
|
|||||||
@@ -112,6 +112,7 @@
|
|||||||
|
|
||||||
(defn do-import []
|
(defn do-import []
|
||||||
(let [transactions (client/get-transactions)
|
(let [transactions (client/get-transactions)
|
||||||
|
_ (println "ALL Transactions:" transactions)
|
||||||
all-bank-accounts (mapcat (fn [c] (map
|
all-bank-accounts (mapcat (fn [c] (map
|
||||||
(fn [{:keys [id yodlee-account-id]}]
|
(fn [{:keys [id yodlee-account-id]}]
|
||||||
(when (and id yodlee-account-id)
|
(when (and id yodlee-account-id)
|
||||||
|
|||||||
Reference in New Issue
Block a user