dev
This commit is contained in:
parent
f6b4c0ceb3
commit
16659ed73f
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user