update
This commit is contained in:
@@ -68,7 +68,7 @@ func (o *InquiryRequest) GetPaymentProvider() string {
|
||||
|
||||
type OrderItemRequest struct {
|
||||
ProductID int64 `json:"product_id" validate:"required"`
|
||||
Quantity int `json:"quantity" validate:"required,min=1"`
|
||||
Quantity int `json:"quantity"`
|
||||
Notes string `json:"notes"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user