This repository has been archived on 2026-03-21. You can view files and clone it, but cannot push or open issues or pull requests.
payfrit-biz/api/orders
John Mizerek 576c90fffd Fix DISTINCT ORDER BY error in KDS station-filtered query
MySQL rejects ORDER BY o.SubmittedOn when SELECT DISTINCT has
DATE_FORMAT(o.SubmittedOn) AS SubmittedOn. Use the alias instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 17:30:44 -08:00
..
abandonOrder.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00
checkStatusUpdate.cfm Add toISO8601() helper for UTC date formatting 2026-02-20 11:56:31 -08:00
debugLineItems.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00
getActiveCart.cfm Enable cart recovery API with optional business filter 2026-02-16 12:53:57 -08:00
getCart.cfm Add PayfritFee to cart API responses 2026-02-09 15:42:57 -08:00
getDetail.cfm Add UUID to getDetail.cfm response for receipt link 2026-02-09 18:54:02 -08:00
getOrCreateCart.cfm Add Open Tabs feature: tab APIs, presence tracking, shared tabs, cron, portal settings 2026-02-24 20:56:07 -08:00
getPendingForUser.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00
history.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00
listForKDS.cfm Fix DISTINCT ORDER BY error in KDS station-filtered query 2026-03-02 17:30:44 -08:00
setLineItem.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00
setOrderType.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00
submit.cfm Fix missing UserID in submit.cfm order query 2026-02-24 22:53:17 -08:00
submitCash.cfm Round balance amounts to cents before applying 2026-03-02 14:32:54 -08:00
testMarkPaid.cfm Launch prep: fix menu builder, payment flow, comment out pre-launch features 2026-02-05 10:18:33 -08:00
updateStatus.cfm Fix mismatched cfif/cftry tags in updateStatus.cfm 2026-03-01 13:01:49 -08:00