diff --git a/config/config.go b/config/config.go index 9e8412e..7898979 100644 --- a/config/config.go +++ b/config/config.go @@ -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", "") +}