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 e92362f773 Fix prefixed column names for tt_States, tt_Days, tt_OrderTypes, ServicePoints, Users, Addresses, Hours tables
All lookup/reference tables use prefixed column names (tt_StateID, tt_StateAbbreviation,
tt_DayID, tt_DayAbbrev, tt_OrderTypeID, tt_OrderTypeName, ServicePointID, ServicePointName,
UserID, UserFirstName, UserLastName, AddressID, AddressLine1, etc). Updated all affected
queries to use correct column names with aliases to maintain API compatibility.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 17:38:33 -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 normalized DB column names across all API files 2026-01-31 16:56:41 -08:00
getCart.cfm Fix normalized DB column names across all API files 2026-01-31 16:56:41 -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 normalized DB column names across all API files 2026-01-31 16:56:41 -08:00
getPendingForUser.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
history.cfm Fix prefixed column names for tt_States, tt_Days, tt_OrderTypes, ServicePoints, Users, Addresses, Hours tables 2026-01-31 17:38:33 -08:00
listForKDS.cfm Fix prefixed column names for tt_States, tt_Days, tt_OrderTypes, ServicePoints, Users, Addresses, Hours tables 2026-01-31 17:38:33 -08:00
setLineItem.cfm Fix normalized DB column names across all API files 2026-01-31 16:56:41 -08:00
setOrderType.cfm Fix normalized DB column names across all API files 2026-01-31 16:56:41 -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