- Removed all BTCPay references from services and configuration
- Implemented SilverPAY as sole payment provider (no fallback)
- Fixed JWT authentication with proper key length (256+ bits)
- Added UsersController with full CRUD operations
- Updated User model with Email and Role properties
- Configured TeleBot with real Telegram bot token
- Fixed launchSettings.json with JWT environment variable
- E2E tests passing for authentication, catalog, orders
- Payment creation pending SilverPAY server fix
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
279 B
JSON
15 lines
279 B
JSON
{
|
|
"timestamp": "2025-09-20T17:59:08+01:00",
|
|
"results": {
|
|
"passed": 8,
|
|
"failed": 12,
|
|
"skipped": 2,
|
|
"total": 22,
|
|
"success_rate": 40
|
|
},
|
|
"environment": {
|
|
"littleshop_url": "http://localhost:8080",
|
|
"silverpay_url": "http://31.97.57.205:8001"
|
|
}
|
|
}
|