diff --git a/src/clj/auto_ap/square/core.clj b/src/clj/auto_ap/square/core.clj index ba682711..53dbabac 100644 --- a/src/clj/auto_ap/square/core.clj +++ b/src/clj/auto_ap/square/core.clj @@ -507,7 +507,7 @@ (try+ (upsert-locations client) (upsert client) - (upsert-settlements client) + #_(upsert-settlements client) ;; currently settlements v1 is broken (upsert-refunds client) (mark-integration-status client {:integration-status/state :integration-state/success :integration-status/last-updated (coerce/to-date (time/now))}) diff --git a/src/clj/auto_ap/square/core3.clj b/src/clj/auto_ap/square/core3.clj index 17d32aa0..bcac61b4 100644 --- a/src/clj/auto_ap/square/core3.clj +++ b/src/clj/auto_ap/square/core3.clj @@ -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)))