minor fixes.
This commit is contained in:
@@ -464,7 +464,7 @@
|
|||||||
raw-transactions (vec (->> rows
|
raw-transactions (vec (->> rows
|
||||||
(filter #(not (seq (:errors %))) )
|
(filter #(not (seq (:errors %))) )
|
||||||
(map (fn [row]
|
(map (fn [row]
|
||||||
(select-keys row [:description-original :client-code :status :high-level-category :amount :bank-account-id :date])))))]
|
(select-keys row [:description-original :client-code :status :high-level-category :amount :bank-account-id :date :client-id])))))]
|
||||||
|
|
||||||
(manual-import raw-transactions)
|
(manual-import raw-transactions)
|
||||||
{:status 200
|
{:status 200
|
||||||
|
|||||||
@@ -20,10 +20,14 @@
|
|||||||
:proxy-port (:yodlee-proxy-port env)
|
:proxy-port (:yodlee-proxy-port env)
|
||||||
:retry-handler (fn [ex try-count http-context]
|
:retry-handler (fn [ex try-count http-context]
|
||||||
(log/error "yodlee Error." ex)
|
(log/error "yodlee Error." ex)
|
||||||
false)}
|
false)
|
||||||
|
:socket-timeout 60000
|
||||||
|
:connection-timeout 60000}
|
||||||
{:retry-handler (fn [ex try-count http-context]
|
{:retry-handler (fn [ex try-count http-context]
|
||||||
(log/error "yodlee Error." ex)
|
(log/error "yodlee Error." ex)
|
||||||
false)}))
|
false)
|
||||||
|
:socket-timeout 60000
|
||||||
|
:connection-timeout 60000}))
|
||||||
|
|
||||||
(defn retry-thrice
|
(defn retry-thrice
|
||||||
([x] (retry-thrice x 0))
|
([x] (retry-thrice x 0))
|
||||||
|
|||||||
Reference in New Issue
Block a user