order
This commit is contained in:
@@ -16,7 +16,7 @@ export class CreateOrderItemDto {
|
||||
@ApiProperty()
|
||||
@IsNumber()
|
||||
quantity: number
|
||||
|
||||
// TODO : find a way to save attribute and value
|
||||
@ApiProperty()
|
||||
@IsArray()
|
||||
attributesValues: string[]
|
||||
|
||||
Reference in New Issue
Block a user