From f9c90bb87126317be5c245d063c67d358f4cbe5e Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Sun, 4 Jan 2026 23:29:02 +0330 Subject: [PATCH] fix: Synchronize RemainingCount for Regular and Discount products in inventory commands --- .../IncreaseInventoryCommandHandler.cs | 20 +++++++++++++++++++ .../ReduceInventoryCommandHandler.cs | 20 +++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/src/CMSMicroservice.Application/InventoryItemCQ/Commands/IncreaseInventory/IncreaseInventoryCommandHandler.cs b/src/CMSMicroservice.Application/InventoryItemCQ/Commands/IncreaseInventory/IncreaseInventoryCommandHandler.cs index d8d69b2..aead7ac 100644 --- a/src/CMSMicroservice.Application/InventoryItemCQ/Commands/IncreaseInventory/IncreaseInventoryCommandHandler.cs +++ b/src/CMSMicroservice.Application/InventoryItemCQ/Commands/IncreaseInventory/IncreaseInventoryCommandHandler.cs @@ -41,6 +41,26 @@ public class IncreaseInventoryCommandHandler : IRequestHandler