diff --git a/src/clj/auto_ap/square/core.clj b/src/clj/auto_ap/square/core.clj index 38bc70ff..0ff22732 100644 --- a/src/clj/auto_ap/square/core.clj +++ b/src/clj/auto_ap/square/core.clj @@ -224,7 +224,7 @@ (filter (fn [order] (and (not= "Koala" (:name (:source order))) - (not= "Koala-production" (:name (:source order)))))) + (not= "koala-production" (:name (:source order)))))) (map #(order->sales-order client (get-in env [:square-config client :location]) %))))) #_(daily-results)