Handlers, DB, Cache
This commit is contained in:
10
internal/service/yookassa/config/yookassa.go
Normal file
10
internal/service/yookassa/config/yookassa.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package config
|
||||
|
||||
type YooKassa struct {
|
||||
BaseUrl string
|
||||
|
||||
ApiBaseKey string
|
||||
ApiBaseSecret string
|
||||
ApiPaymentKey string
|
||||
ApiPaymentSecret string
|
||||
}
|
||||
Reference in New Issue
Block a user