2 Commits

Author SHA1 Message Date
Matt
7faeb9b3f0 Fix TypeScript type error in demo page - change project IDs from number to string
Some checks failed
Build and Push Docker Images / docker (push) Failing after 2m8s
Changed all project IDs in mock data from numeric type (1, 2, 3, 4) to string type ('1', '2', '3', '4') to match the OffsetProject interface which expects string IDs.

This resolves the Docker build error:
Type 'number' is not assignable to type 'string' at line 312

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 15:45:34 +01:00
Matt
9aa4dd7a68 Add demo page for checkout success comparison
Some checks failed
Build and Push Docker Images / docker (push) Failing after 2m9s
- Create /checkout/success/demo route with mock data
- Hardcoded order details for visual testing
- Same styling as real success page
- Yellow banner indicates demo mode

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 15:16:30 +01:00