cart
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user