Implement yookassa client
This commit is contained in:
@@ -27,7 +27,8 @@ func WithContext(ctx context.Context) Optional {
|
||||
}
|
||||
|
||||
type Service interface {
|
||||
CreatePayout(models.PayoutReq, *orm.User, string, ...Optional) (models.PayoutResp, error)
|
||||
GetSbpBanks(...Optional) ([]models.SBPBank, error)
|
||||
CreatePayout(models.PayoutReq, *orm.User, string, ...Optional) (*models.PayoutResp, error)
|
||||
GetConfig() yookassaConf.YooKassa
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user