chore: update

This commit is contained in:
2026-03-03 23:42:23 +01:00
parent 52b059fafa
commit 0073f80a48
95 changed files with 2720 additions and 40619 deletions
+2 -2
View File
@@ -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
}