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/stripe
John Mizerek a7b7717ccd Fix prefixed column names in uploadHeader, stripe/onboard, stripe/createPaymentIntent
- uploadHeader.cfm: WHERE BusinessID → WHERE ID (Businesses table PK)
- onboard.cfm: WHERE BusinessID → WHERE ID, BusinessStripeOnboardingStarted → StripeOnboardingStarted
- createPaymentIntent.cfm: WHERE BusinessID → WHERE ID, OrderDeliveryFee → DeliveryFee, WHERE OrderID → WHERE ID

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 20:56:35 -08:00
..
createPaymentIntent.cfm Fix prefixed column names in uploadHeader, stripe/onboard, stripe/createPaymentIntent 2026-01-31 20:56:35 -08:00
onboard.cfm Fix prefixed column names in uploadHeader, stripe/onboard, stripe/createPaymentIntent 2026-01-31 20:56:35 -08:00
status.cfm Complete DB column normalization: strip redundant table-name prefixes from all SQL queries 2026-01-31 20:03:40 -08:00
webhook.cfm Fix normalized DB column names across all API files 2026-01-31 16:56:41 -08:00