This commit is contained in:
2022-09-26 15:58:24 -07:00
parent 63c6859d64
commit dae1cb4a9b

View File

@@ -501,7 +501,7 @@
(t/today)
(t/days 1))]
(println d)
(square/upsert client square-location d (t/plus d t/days 1))))
(square/upsert client square-location (c/to-date-time d) (c/to-date-time (t/plus d (t/days 1))))))
(println "refunds")
(square/upsert-refunds client square-location)