add fix
This commit is contained in:
parent
e0dc89fe8d
commit
29ccebe77a
@ -91,7 +91,6 @@ func (donatService *ServiceDonat) CreateDonat(
|
||||
targetID *int,
|
||||
amount int,
|
||||
) (api.CreatePaymentResponse, error) {
|
||||
amount = amount / 100 // Translate to rub.
|
||||
|
||||
donatePage, err := donatService.donatRepo.GetDonatPageByLogin(ctx, streamerLogin)
|
||||
if err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user