From 23b7b15a66b5d25c078ea879529efd09c58aad5a Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Mon, 5 Jan 2026 01:33:50 +0330 Subject: [PATCH] fix: Ensure ShortInformation and FullInformation default to empty string in Create and Update Discount Product commands --- .../CreateDiscountProductCommandHandler.cs | 4 ++-- .../UpdateDiscountProductCommandHandler.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/BackOffice.BFF.Application/DiscountProductCQ/Commands/CreateDiscountProduct/CreateDiscountProductCommandHandler.cs b/src/BackOffice.BFF.Application/DiscountProductCQ/Commands/CreateDiscountProduct/CreateDiscountProductCommandHandler.cs index 486a3e8..dda66bc 100644 --- a/src/BackOffice.BFF.Application/DiscountProductCQ/Commands/CreateDiscountProduct/CreateDiscountProductCommandHandler.cs +++ b/src/BackOffice.BFF.Application/DiscountProductCQ/Commands/CreateDiscountProduct/CreateDiscountProductCommandHandler.cs @@ -17,8 +17,8 @@ public class CreateDiscountProductCommandHandler : IRequestHandler