From aebfc8e5ac056323bdd0a0f7bd5ec0748185fc5b Mon Sep 17 00:00:00 2001 From: KurnakovMaksim Date: Sat, 19 Feb 2022 21:08:03 +0900 Subject: [PATCH] Delete repeat setting a property in CreateOrderCommand ctor --- .../Ordering.API/Application/Commands/CreateOrderCommand.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Services/Ordering/Ordering.API/Application/Commands/CreateOrderCommand.cs b/src/Services/Ordering/Ordering.API/Application/Commands/CreateOrderCommand.cs index 071f0657c..fb16306ee 100644 --- a/src/Services/Ordering/Ordering.API/Application/Commands/CreateOrderCommand.cs +++ b/src/Services/Ordering/Ordering.API/Application/Commands/CreateOrderCommand.cs @@ -79,7 +79,6 @@ public class CreateOrderCommand CardExpiration = cardExpiration; CardSecurityNumber = cardSecurityNumber; CardTypeId = cardTypeId; - CardExpiration = cardExpiration; }