littleshop/TeleBot/TeleBot
sysadmin a07a3a54ea Fix SilverPay payment integration JSON serialization
- Changed JSON naming policy from CamelCase to SnakeCaseLower for SilverPay API compatibility
- Fixed field name from 'fiat_amount' to 'amount' in request body
- Used unique payment ID instead of order ID to avoid duplicate external_id conflicts
- Modified SilverPayApiResponse to handle string amounts from API
- Added [JsonIgnore] attributes to computed properties to prevent JSON serialization conflicts
- Fixed test compilation errors (mock service and enum casting issues)
- Updated SilverPay endpoint to http://10.0.0.52:8001/

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-13 14:12:35 +00:00
..
Controllers Configure BTCPay with external nodes via Tor 2025-09-19 12:14:39 +01:00
Handlers Fix: HandleConfirmVariant now passes variant ID instead of null 2025-10-08 19:54:08 +01:00
Http Fix: Update all TOR proxy configurations to support TorSocksHost 2025-10-03 12:48:07 +01:00
Models Feature: Add postal address memory with user preference 2025-10-06 00:38:47 +01:00
Services feat: Bot management improvements with wallet configuration and duplicate detection 2025-10-10 12:34:00 +01:00
UI Feature: Complete order management for pending orders 2025-10-06 04:19:47 +01:00
appsettings.json Fix: TeleBot order deletion and bot activity tracking 2025-10-06 11:16:32 +01:00
BotConfig.cs Configure BTCPay with external nodes via Tor 2025-09-19 12:14:39 +01:00
BotScript.cs Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
CAROUSEL_FEATURE.md Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
Dockerfile Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
Program.cs "Fix-TOR-proxy-host-configuration-in-LittleShop-Client" 2025-10-03 16:22:21 +01:00
TeleBot.csproj Fix SilverPay payment integration JSON serialization 2025-11-13 14:12:35 +00:00
TelegramBot.cs Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
TelegramBotService.cs Fix: Update all TOR proxy configurations to support TorSocksHost 2025-10-03 12:48:07 +01:00
test-wizard-result.html Add customer communication system 2025-08-27 18:02:39 +01:00
TestCarousel.cs "Fix-Use-short-IDs-for-product-buttons-and-simplify-to-Buy-button" 2025-10-03 15:48:54 +01:00
TOR-DEPLOYMENT-GUIDE.md CI/CD: Add GitLab CI/CD pipeline for Hostinger deployment 2025-10-01 13:10:48 +01:00
wizard-page.html Add customer communication system 2025-08-27 18:02:39 +01:00
wizard-result.html Add customer communication system 2025-08-27 18:02:39 +01:00
wizard-test.txt Add customer communication system 2025-08-27 18:02:39 +01:00