Adds square koala-production

This commit is contained in:
2021-12-06 17:32:20 -08:00
parent 0e49b9f493
commit b0fe873fef
3 changed files with 8 additions and 6 deletions

View File

@@ -222,7 +222,9 @@
(not= #{"FAILED"}
(set (map #(:status (:card_details %)) (:tenders order)))))))
(filter (fn [order]
(not= "Koala" (:name (:source order)))))
(and
(not= "Koala" (:name (:source order)))
(not= "Koala-production" (:name (:source order))))))
(map #(order->sales-order client (get-in env [:square-config client :location]) %)))))
#_(daily-results)