Files
payouts/internal/service/yookassa/config/yookassa.go
2026-03-10 19:17:43 +03:00

11 lines
158 B
Go

package config
type YooKassa struct {
BaseUrl string
ApiBaseKey string
ApiBaseSecret string
ApiPaymentKey string
ApiPaymentSecret string
}