From 360ed5fc4e93e626d5dcc7fdd796798a27d8f62b Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sat, 21 Jan 2023 21:30:36 -0800 Subject: [PATCH] removes retry-4 which may obfuscate the error we're encountering --- src/clj/auto_ap/square/core3.clj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/clj/auto_ap/square/core3.clj b/src/clj/auto_ap/square/core3.clj index 58a8ff3f..671e5add 100644 --- a/src/clj/auto_ap/square/core3.clj +++ b/src/clj/auto_ap/square/core3.clj @@ -441,8 +441,7 @@ {:url (str "https://connect.squareup.com/v1/" (:square-location/square-id location) "/settlements/" settlement-id) :method :get :headers (client-base-headers client) - :as :json - :retry-handler retry-4}) + :as :json}) :body)))) (s/buffer 10) (s/realize-each) @@ -506,8 +505,7 @@ :method :get :headers (client-base-headers client) - :as :json - :retry-handler retry-4}) + :as :json}) :body :refunds (fn [refunds]