Got terraform back up to date.

This commit is contained in:
2021-12-18 17:10:04 -08:00
parent 878ceeaa0b
commit d8322bf498
8 changed files with 294 additions and 81 deletions

View File

@@ -113,10 +113,6 @@
{:id id
:name name}))))
(defn get-all-transactions [start end]
(let [token (get-fresh-access-token)]
(let [body (:body (client/get (str prod-base-url "/company/" prod-company-id "/reports/TransactionList" "?minorversion=63&start_date=" start "&end_date=" end)