From fb9d46059f5ae7d2616dce7e8dc6648553f6891c Mon Sep 17 00:00:00 2001 From: masoodafar-web Date: Thu, 20 Nov 2025 00:53:04 +0330 Subject: [PATCH] =?UTF-8?q?Generator=20Changes=20at=2011/20/2025=2012:51:2?= =?UTF-8?q?9=E2=80=AFAM=20+03:30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CMSMicroservice.Protobuf/Protos/usercarts.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/CMSMicroservice.Protobuf/Protos/usercarts.proto b/src/CMSMicroservice.Protobuf/Protos/usercarts.proto index 1a4fcfd..318ad77 100644 --- a/src/CMSMicroservice.Protobuf/Protos/usercarts.proto +++ b/src/CMSMicroservice.Protobuf/Protos/usercarts.proto @@ -105,6 +105,5 @@ message GetAllUserCartsByFilterResponseModel int64 product_price = 7; int32 product_discount = 8; string product_thumbnail_path = 9; - int32 count = 10; - google.protobuf.Timestamp created = 11; + google.protobuf.Timestamp created = 10; }