Payfrit Beacon iOS
Find a file
Schwifty a1c215eb42 fix: decode actual API response format (OK + flat keys, not Success/Data)
The API returns {OK: true, BUSINESSES: [...]} but the iOS client was
decoding {Success: true, Data: [...]} which never matched — causing
"Failed to load businesses" on every call. Also fixes Business model
(BusinessID/Name vs ID/BusinessName) and ServicePoint model
(ServicePointID vs ID). All response decoders now match the real API.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 21:26:42 +00:00
PayfritBeacon fix: decode actual API response format (OK + flat keys, not Success/Data) 2026-03-22 21:26:42 +00:00
PayfritBeacon.xcodeproj fix: replace generic icon with beacon-specific icon and match Android color scheme 2026-03-22 19:29:35 +00:00
.gitignore Initial commit: Payfrit Beacon iOS native app 2026-02-01 23:39:29 -08:00
CLAUDE.md docs: add CLAUDE.md updated for new modular architecture 2026-03-22 18:31:56 +00:00
ExportOptions.plist Add ios-marketing idiom, iPad orientations, launch screen 2026-02-10 19:38:11 -08:00
ExportOptionsLocal.plist Add ios-marketing idiom, iPad orientations, launch screen 2026-02-10 19:38:11 -08:00