This repository has been archived on 2026-03-21. You can view files and clone it, but cannot push or open issues or pull requests.
payfrit-biz/api/orders
John Mizerek 89f339a9fd Fix order history and active cart API response keys
- Replace tt_OrderTypes JOIN with CASE statement (table casing on Linux)
- Fix key mismatches: Name->BusinessName, UUID->OrderUUID, StatusID->OrderStatusID

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 10:12:03 -08:00
..
abandonOrder.cfm Fix FK references on OrderLineItems incorrectly changed to ID 2026-01-30 23:30:10 -08:00
checkStatusUpdate.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
debugLineItems.cfm Fix remaining old column names missed by initial batch rename 2026-01-30 22:58:46 -08:00
getActiveCart.cfm Fix order history and active cart API response keys 2026-02-01 10:12:03 -08:00
getCart.cfm Fix remaining prefixed DB column names across 17 API files 2026-01-31 20:35:24 -08:00
getDetail.cfm Fix SQL injection, wrong PK, and hardcoded production URLs 2026-01-31 21:14:19 -08:00
getOrCreateCart.cfm Fix remaining prefixed DB column names across 17 API files 2026-01-31 20:35:24 -08:00
getPendingForUser.cfm Complete DB column normalization: strip redundant table-name prefixes from all SQL queries 2026-01-31 20:03:40 -08:00
history.cfm Fix order history and active cart API response keys 2026-02-01 10:12:03 -08:00
listForKDS.cfm Complete DB column normalization: strip redundant table-name prefixes from all SQL queries 2026-01-31 20:03:40 -08:00
setLineItem.cfm Fix remaining prefixed DB column names across 17 API files 2026-01-31 20:35:24 -08:00
setOrderType.cfm Fix remaining prefixed DB column names across 17 API files 2026-01-31 20:35:24 -08:00
submit.cfm Fix SQL injection, wrong PK, and hardcoded production URLs 2026-01-31 21:14:19 -08:00
updateStatus.cfm Fix remaining prefixed DB column names across 17 API files 2026-01-31 20:35:24 -08:00