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 61949586f5 Fix mismatched cfif/cftry tags in updateStatus.cfm
Extra </cfif> at line 243 had no matching opener. Was hidden by
Lucee's template cache until the Tomcat restart exposed it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 13:01:49 -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 Remove timezone conversion hacks — MySQL now runs in UTC 2026-03-01 12:37:30 -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 Fix column names in submitCash.cfm (PaymentAddedOn, TipAmount) 2026-02-16 11:50:57 -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