generated from PenaSide/GolangTemplate
Ddebug
This commit is contained in:
parent
b86300a7b8
commit
5dda7dea34
@ -938,9 +938,9 @@ func (api *API2) PromocodeLTV(ctx echo.Context) error {
|
|||||||
}{Regs: 1, Money: paids}
|
}{Regs: 1, Money: paids}
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
current := resp[promoID]
|
|
||||||
current.Regs += 1
|
resp[promoID].Regs += 1
|
||||||
current.Money += paids
|
resp[promoID].Money += paids
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user