payfrit-works/api/debug
John Mizerek 3384f128e1 Fix task acceptance incorrectly marking orders as delivered
When accepting a task, the order status was being set to 4 (Delivery in progress),
which caused the order to disappear from KDS and broke auto-complete functionality.

The correct flow is:
- Order at status 3 (Ready) → Worker accepts task → Order stays at 3
- Worker completes task → Order moves to status 5 (Delivered)

Removed the order status update from accept.cfm so orders remain visible in KDS
until the delivery task is actually completed.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-16 09:55:45 -08:00
..
checkTask.cfm Fix task acceptance incorrectly marking orders as delivered 2026-01-16 09:55:45 -08:00
checkToken.cfm Add user account APIs and fix Lucee header handling 2026-01-08 20:01:07 -08:00
tables.cfm Add team endpoint and chat features for portal 2026-01-11 17:03:55 -08:00