Check for valid callback source address
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user