Releases: lemaiyan/mpesa_api
Releases · lemaiyan/mpesa_api
Extend STK Push
Fix STK Transaction Type
- Fix the interchanged transaction type for Paybill and Till Number
Fix Authentication
Hotfix Authentication (#15) * bump up python version to 3.8 * Add .env-example * Add decouple For pulling secrets from the .env file * Pull values to the docker-compose file fron the .env file * Update the requirements file Update and freeze the requirements file and the setup.py file * Updates - format the files using black - Add is_paybill for checkout - Reduced the number of urls that need to be defined you just need to define it once. - Update the tests * Update the README.md * Fix the env variables default values and setup.py to include python decouple as a requirement * fixed the error in getting a token * bumped up the version * fix failing tests * update setup.py
Upgrade to Django 3
Upgrade to Django 3 (#14) * bump up python version to 3.8 * Add .env-example * Add decouple For pulling secrets from the .env file * Pull values to the docker-compose file fron the .env file * Update the requirements file Update and freeze the requirements file and the setup.py file * Updates - format the files using black - Add is_paybill for checkout - Reduced the number of urls that need to be defined you just need to define it once. - Update the tests * Update the README.md * Fix the env variables default values and setup.py to include python decouple as a requirement
Updated to Django 2
Updated to Django 2
Separated C2B and B2C Auth
This release makes the framework ready by making the get_token method aware of whether it's been called for c2b or b2c task. Since in production you get them as two different apps
Added Mpesa Wrapper
Added Mpesa Wrapper which will serve as the entrypoint
First Release
Mpesa Services available
- B2C
- C2B
- StkPush