littleshop/LittleShop/Controllers
SysAdmin 110ad5f956 Fix: Add confirmations support and fix notification logic
Webhook Improvements:
- Added Confirmations field to PaymentWebhookDto (default: 0)
- Updated webhook controller to pass confirmations to service layer
- Fixed notification logic to match order update conditions

Payment Confirmation Logic:
- Paid (2): Confirmed immediately regardless of confirmations
- Overpaid (3): Confirmed immediately regardless of confirmations
- Completed (7): Requires 3+ blockchain confirmations
- Notifications only sent when order is actually updated

This prevents premature notifications for unconfirmed 'Completed' status
while maintaining immediate processing for 'Paid' and 'Overpaid' statuses.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-06 16:26:39 +01:00
..
AuthController.cs Implement critical security fixes from code review 2025-09-29 05:26:29 +01:00
BotController.cs Add bot activity tracking system 2025-09-25 01:28:56 +01:00
BotDirectoryController.cs Implement product multi-buys and variants system 2025-09-21 00:30:12 +01:00
BotMessagesController.cs final 2025-08-27 22:19:39 +01:00
BotsController.cs Add customer communication system 2025-08-27 18:02:39 +01:00
CatalogController.cs Remove BTCPay completely, integrate SilverPAY only, configure TeleBot with real token 2025-09-20 19:22:29 +01:00
CurrencyController.cs Fix multiple TeleBot and admin panel issues 2025-09-24 15:04:24 +01:00
CustomersController.cs Add customer communication system 2025-08-27 18:02:39 +01:00
DevController.cs Implement product multi-buys and variants system 2025-09-21 00:30:12 +01:00
HomeController.cs Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
MessagesController.cs Complete customer communication system with automatic message delivery working correctly 2025-08-27 18:51:19 +01:00
OrdersController.cs Fix: Add confirmations support and fix notification logic 2025-10-06 16:26:39 +01:00
ProductMultiBuysController.cs "Add-Multi-Buy-section-to-product-editor" 2025-10-03 14:41:00 +01:00
ProductVariantsController.cs Implement product multi-buys and variants system 2025-09-21 00:30:12 +01:00
PushNotificationController.cs Implement comprehensive notification system for LittleShop 2025-09-19 16:17:24 +01:00
ReviewsController.cs Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
ShippingController.cs "Royal-Mail-shipping-integration-and-test-improvements" 2025-09-08 03:53:28 +01:00
SilverPayTestController.cs Remove BTCPay completely, integrate SilverPAY only, configure TeleBot with real token 2025-09-20 19:22:29 +01:00
SilverPayWebhookController.cs Remove BTCPay completely, integrate SilverPAY only, configure TeleBot with real token 2025-09-20 19:22:29 +01:00
TestController.cs Fix compilation error in TestController 2025-09-27 07:44:03 +01:00
UsersController.cs Remove BTCPay completely, integrate SilverPAY only, configure TeleBot with real token 2025-09-20 19:22:29 +01:00