added the mpesa address config access
This commit is contained in:
parent
0eec10278a
commit
0d9d4c67ce
@ -87,3 +87,7 @@ func DefaultPoolName() string {
|
|||||||
func DefaultPoolSymbol() string {
|
func DefaultPoolSymbol() string {
|
||||||
return env.GetEnv("DEFAULT_POOL_SYMBOL", "")
|
return env.GetEnv("DEFAULT_POOL_SYMBOL", "")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func DefaultMpesaAddress() string {
|
||||||
|
return env.GetEnv("DEFAULT_MPESA_ADDRESS", "")
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user