payfrit-api/api/orders
John Mizerek 07abcee2fd Create kitchen task on order submission for KDS display
submitCash.php had no task creation — cash orders were invisible to KDS.
submit.php also lacked it (tab orders never hit webhook.php).
Both now create "Prepare Order #X for Table" task at StatusID=1.
submit.php includes duplicate guard since webhook.php also creates tasks
for card payments.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 20:02:02 -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 Create kitchen task on order submission for KDS display 2026-03-16 20:02:02 -07:00
submitCash.php Create kitchen task on order submission for KDS display 2026-03-16 20:02:02 -07:00
updateStatus.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00