added the mpesa address config access

This commit is contained in:
Alfred Kamanda 2025-11-26 17:53:08 +03:00
parent 0eec10278a
commit 0d9d4c67ce
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41

View File

@ -87,3 +87,7 @@ func DefaultPoolName() string {
func DefaultPoolSymbol() string {
return env.GetEnv("DEFAULT_POOL_SYMBOL", "")
}
func DefaultMpesaAddress() string {
return env.GetEnv("DEFAULT_MPESA_ADDRESS", "")
}