**Describe the bug** There's an error when reading in the `REMITTANCE_PRIMARY_KEY` environment variable. A simple typo is the keyword [`os.envieon`](https://github.com/sparkplug/momoapi-python/blob/8b93092f03594dfa3012e9d7c73cf7f15e075122/src/mtnmomo/config.py#L21) instead of `os.environ`
Describe the bug
There's an error when reading in the
REMITTANCE_PRIMARY_KEYenvironment variable. A simple typo is the keywordos.envieoninstead ofos.environ