chore: update
This commit is contained in:
@@ -82,7 +82,7 @@ func (d *Database) CreateCommand(username string) (*models.Command, error) {
|
||||
|
||||
type BasketItem struct {
|
||||
ProductID int
|
||||
Quantity int
|
||||
Quantity float64
|
||||
Price float64
|
||||
}
|
||||
|
||||
@@ -190,7 +190,7 @@ func (d *Database) CreateCommandWithAddress(username, deliveryAddress string) (*
|
||||
|
||||
type BasketItem struct {
|
||||
ProductID int
|
||||
Quantity int
|
||||
Quantity float64
|
||||
Price float64
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user