This commit is contained in:
mm 2024-10-21 11:25:11 +05:00
parent f6b4c0ceb3
commit 16659ed73f

View File

@ -44,7 +44,7 @@ func (donatService *ServiceDonat) CreateDonat(
var widgetID model.WidgetID
for _, widget := range widgets {
if widget.MinAmount >= amount {
if widget.MinAmount <= amount {
widgetID = widget.ID
}
}