fixes ez cater orders.

This commit is contained in:
2022-12-03 21:32:31 -08:00
parent aa1090e541
commit 64c5530bd0
2 changed files with 257 additions and 1 deletions

View File

@@ -143,7 +143,7 @@
(defn ccp-fee [order]
(round-carry-cents
(* 0.000275M
(* 0.000299M
(+
(-> order :totals :subTotal :subunits )
(-> order :totals :salesTax :subunits )