diff --git a/src/clj/auto_ap/routes/yodlee2.clj b/src/clj/auto_ap/routes/yodlee2.clj index cfca1513..543eb212 100644 --- a/src/clj/auto_ap/routes/yodlee2.clj +++ b/src/clj/auto_ap/routes/yodlee2.clj @@ -51,6 +51,7 @@ {:keys [id]} :route-params :as request} (assert-admin identity) + (log/info "refreshing " edn-params) (try (yodlee/refresh-provider-account (-> (:client-id edn-params) Long/parseLong diff --git a/src/clj/auto_ap/yodlee/import.clj b/src/clj/auto_ap/yodlee/import.clj index 26f652fd..0c02db08 100644 --- a/src/clj/auto_ap/yodlee/import.clj +++ b/src/clj/auto_ap/yodlee/import.clj @@ -9,6 +9,7 @@ [auto-ap.time :as time] [auto-ap.utils :refer [by dollars=]] [auto-ap.yodlee.core :as client] + [auto-ap.yodlee.core2 :as client2] [clj-time.coerce :as coerce] [clj-time.core :as t] [clojure.string :as str]