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/addresses
John Mizerek e30a757c39 Fix missing datasource in addresses/list.cfm and LIKE on INT column in setDefault.cfm
- list.cfm: add missing datasource: "payfrit" parameter to queryExecute
- setDefault.cfm: change AddressTypeID LIKE '%2%' to AddressTypeID = 2 (INT column)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 21:05:06 -08:00
..
add.cfm Complete DB column normalization: strip redundant table-name prefixes from all SQL queries 2026-01-31 20:03:40 -08:00
delete.cfm Normalize database column and table names across entire codebase 2026-01-30 15:39:12 -08:00
list.cfm Fix missing datasource in addresses/list.cfm and LIKE on INT column in setDefault.cfm 2026-01-31 21:05:06 -08:00
setDefault.cfm Fix missing datasource in addresses/list.cfm and LIKE on INT column in setDefault.cfm 2026-01-31 21:05:06 -08:00
states.cfm Complete DB column normalization: strip redundant table-name prefixes from all SQL queries 2026-01-31 20:03:40 -08:00
types.cfm Add address types endpoint, fix dev mode SMS skip 2026-01-28 00:00:01 -08:00