payfrit-api/api/orders
John Mizerek 628172c31c Add TaskTypeID=0 to order task creation INSERTs
submitCash.php, submit.php, and webhook.php were creating kitchen
tasks without TaskTypeID, which is NOT NULL with no default. This
caused cash order submission to fail with a SQL error.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 23:21:41 -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 Include PlatformFee in order detail total calculation 2026-03-16 22:39:24 -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 Add TaskTypeID=0 to order task creation INSERTs 2026-03-16 23:21:41 -07:00
submitCash.php Add TaskTypeID=0 to order task creation INSERTs 2026-03-16 23:21:41 -07:00
updateStatus.php Initial PHP API migration from CFML 2026-03-14 14:26:59 -07:00