Yimaru-BackEnd/internal/utils/utils.chapa.go

20 lines
408 B
Go

package utils
// import (
// "log"
// "os"
// "github.com/SamuelTariku/FortuneBet-Backend/internal/models"
// )
// func Init() {
// if err != nil {
// log.Println("No .env file found")
// }
// models.ChapaSecret = os.Getenv("CHAPA_SECRET_KEY")
// models.ChapaBaseURL = os.Getenv("CHAPA_BASE_URL")
// if models.ChapaBaseURL == "" {
// models.ChapaBaseURL = "https://api.chapa.co/v1"
// }
// }