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 94ee89d1f3 Fix FK references on OrderLineItems incorrectly changed to ID
- setLineItem.cfm: WHERE ID→WHERE OrderID on 3 OrderLineItems queries
  that filter by order (FK), not by line item PK
- setLineItem.cfm: qKids.ItemID→qKids.ID, qTemplateKids.ItemID→
  qTemplateKids.ID (query only selects ID column from Items)
- abandonOrder.cfm: DELETE FROM OrderLineItems WHERE ID→WHERE OrderID
  (was deleting one line item by PK instead of all items for the order)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 23:30:10 -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 Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
getCart.cfm Fix remaining old column names missed by initial batch rename 2026-01-30 22:58:46 -08:00
getDetail.cfm Fix remaining old column names missed by initial batch rename 2026-01-30 22:58:46 -08:00
getOrCreateCart.cfm Fix remaining old column names missed by initial batch rename 2026-01-30 22:58:46 -08:00
getPendingForUser.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
history.cfm Restore API performance tracking and fix perf dashboard 2026-01-30 17:04:12 -08:00
listForKDS.cfm Fix remaining old column names missed by initial batch rename 2026-01-30 22:58:46 -08:00
setLineItem.cfm Fix FK references on OrderLineItems incorrectly changed to ID 2026-01-30 23:30:10 -08:00
setOrderType.cfm Fix remaining old column names missed by initial batch rename 2026-01-30 22:58:46 -08:00
submit.cfm Fix remaining old column names missed by initial batch rename 2026-01-30 22:58:46 -08:00
updateStatus.cfm Fix remaining old column names missed by initial batch rename 2026-01-30 22:58:46 -08:00