payfrit-works/api
John Mizerek 4dcf4e4385 Add cart endpoints and enhance menu API
Cart management improvements:
- Added cart endpoints to public API allowlist (getOrCreateCart, setLineItem, getCart, submit)
- Fixed setLineItem null parameter handling for remarks
- Standardized API responses to use uppercase keys (ORDER, ORDERLINEITEMS)
- Updated getCart to match response format consistency
- Added CategoryName to menu items endpoint

These changes enable the mobile app to browse menu with categories and manage cart operations without authentication.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-29 11:14:21 -08:00
..
assignments Public businesses + servicepoints list endpoints; API allowlist; Lucee-safe JSON 2025-12-28 12:30:06 -08:00
auth fix: correct CFScript syntax in login endpoint 2025-12-29 10:01:43 -08:00
beacons Checkpoint: beacon-servicepoint CRUD + assignments API working 2025-12-27 20:14:55 -08:00
businesses checkpoint 2025-12-28 22:34:01 -08:00
menu Add cart endpoints and enhance menu API 2025-12-29 11:14:21 -08:00
orders Add cart endpoints and enhance menu API 2025-12-29 11:14:21 -08:00
servicepoints checkpoint 2025-12-28 22:34:01 -08:00
Application.cfm Add cart endpoints and enhance menu API 2025-12-29 11:14:21 -08:00