All checks were successful
Build and Push Docker Images / docker (push) Successful in 42s
Changed backend validation from hardcoded [1, 2, 3] to accept any positive integer portfolio ID. The Wren API returns portfolios with their real IDs (not limited to 1-3), so the backend needs to accept dynamic portfolio IDs. - Changed validation to check for positive integers instead of [1, 2, 3] - Added logging to show which portfolio ID is being processed - Pricing calculation already has fallback to $18/ton for unknown IDs This fixes the "Invalid portfolio ID" error when trying to checkout. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>