Check for valid callback source address

This commit is contained in:
2026-03-14 16:16:10 +03:00
parent e4bfb49f21
commit b2566813ac
5 changed files with 43 additions and 1 deletions

View File

@@ -65,3 +65,8 @@ func (y *yookassaService) CreatePayout(req models.PayoutReq, userSession *orm.Us
y.payClient.PayoutsPost(params.ctx, &gen.PayoutRequest{}, gen.PayoutsPostParams{})
}
// GetConfig implements [Service].
func (y *yookassaService) GetConfig() config.YooKassa {
return y.conf
}