11 lines
158 B
Go
11 lines
158 B
Go
package config
|
|
|
|
type YooKassa struct {
|
|
BaseUrl string
|
|
|
|
ApiBaseKey string
|
|
ApiBaseSecret string
|
|
ApiPaymentKey string
|
|
ApiPaymentSecret string
|
|
}
|