This commit is contained in:
2026-02-10 12:00:07 +03:30
parent 280815dce3
commit 5fb1c63c4c
10 changed files with 31 additions and 25 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export class CartItemDto {
@ApiProperty({ description: 'Product ID' })
@IsNotEmpty()
@IsString()
foodId!: string;
variantId!: string;
@ApiProperty({ description: 'Quantity of the product item', example: 2, minimum: 1 })
@IsNotEmpty()