This commit is contained in:
harold 2025-04-20 15:38:24 +05:00
parent e0dc89fe8d
commit 29ccebe77a

View File

@ -91,7 +91,6 @@ func (donatService *ServiceDonat) CreateDonat(
targetID *int, targetID *int,
amount int, amount int,
) (api.CreatePaymentResponse, error) { ) (api.CreatePaymentResponse, error) {
amount = amount / 100 // Translate to rub.
donatePage, err := donatService.donatRepo.GetDonatPageByLogin(ctx, streamerLogin) donatePage, err := donatService.donatRepo.GetDonatPageByLogin(ctx, streamerLogin)
if err != nil { if err != nil {