From 18a65de8c73bb04c9275a539118eedbf504850fd Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Mon, 16 Feb 2026 21:52:02 +0330 Subject: [PATCH] =?UTF-8?q?fix:=20force=20100%=20discount=20in=20PlaceOrde?= =?UTF-8?q?r=20=E2=80=94=20ignore=20client=20DiscountBalanceToUse,=20alway?= =?UTF-8?q?s=20use=20max?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PlaceOrder/PlaceOrderCommandHandler.cs | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/CMSMicroservice.Application/DiscountShopCQ/Commands/PlaceOrder/PlaceOrderCommandHandler.cs b/src/CMSMicroservice.Application/DiscountShopCQ/Commands/PlaceOrder/PlaceOrderCommandHandler.cs index ec85a20..58bb737 100644 --- a/src/CMSMicroservice.Application/DiscountShopCQ/Commands/PlaceOrder/PlaceOrderCommandHandler.cs +++ b/src/CMSMicroservice.Application/DiscountShopCQ/Commands/PlaceOrder/PlaceOrderCommandHandler.cs @@ -109,19 +109,13 @@ public class PlaceOrderCommandHandler : IRequestHandler