payfrit-api/api/orders
John Mizerek 1f81d98c52 Initial PHP API migration from CFML
Complete port of all 163 API endpoints from Lucee/CFML to PHP 8.3.
Shared helpers in api/helpers.php (DB, auth, request/response, security).
PDO prepared statements throughout. Same JSON response shapes as CFML.
2026-03-14 14:26:59 -07:00
..
_cartPayload.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
_createOrderTasks.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
abandonOrder.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
checkStatusUpdate.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
getActiveCart.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
getCart.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
getDetail.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
getOrCreateCart.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
getPendingForUser.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
history.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
listForKDS.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
markStationDone.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
setLineItem.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
setOrderType.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
submit.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
submitCash.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00
updateStatus.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00