disables square import of settlements, because it is currently broken.

This commit is contained in:
Bryce
2023-07-25 09:27:21 -07:00
parent 5b5b15cb27
commit 42ae36d487
2 changed files with 2 additions and 2 deletions

View File

@@ -780,7 +780,7 @@
(mu/with-context lc
(log/info ::upsert-orders-started)
(upsert client)))
(fn [_]
#_(fn [_] ;; settlements are currently disabled (v1)
(mu/with-context lc
(log/info ::upsert-settlements-started)
(upsert-settlements client)))