From c16ee226c033438b0aa2b9a5dbfac6de7ff1d38b Mon Sep 17 00:00:00 2001 From: Bryce Date: Sun, 13 Aug 2023 20:01:22 -0700 Subject: [PATCH] ezcater xls excludes tips from tendors now too --- src/clj/auto_ap/routes/ezcater_xls.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/clj/auto_ap/routes/ezcater_xls.clj b/src/clj/auto_ap/routes/ezcater_xls.clj index 5745c87d..9e1fb0c6 100644 --- a/src/clj/auto_ap/routes/ezcater_xls.clj +++ b/src/clj/auto_ap/routes/ezcater_xls.clj @@ -80,8 +80,7 @@ :external-id (str "ezcater/charge/" client-id "-" location "-" order-number "-" 0) :processor :ccp-processor/ezcater :total (fmt-amount (+ food-total - tax - tip)) + tax)) :tip (fmt-amount tip)}] :total (fmt-amount (+ food-total tax