diff --git a/backend/gestion/db/db_basket.go b/backend/gestion/db/db_basket.go index a68d2623..0954efce 100644 --- a/backend/gestion/db/db_basket.go +++ b/backend/gestion/db/db_basket.go @@ -7,7 +7,6 @@ import ( "gorm.io/gorm" ) -// GetProductPrice récupère le prix réel d'un produit pour une quantité donnée (legacy) func (d *Database) GetProductPrice(name, category string, quantity float64) (float64, error) { var result struct { Price float64 `gorm:"column:price"`