django-mpesa
django-mpesa copied to clipboard
This repo is meant to simplify Safaricom's mpesa API integration in simple steps.
Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
kindly explain to me how to use the wallet module in django administrator
Hello, Template doesn't exist for mpesa urls? Why? How do I use the Mpesa Urls in my e-commerce website ?
Upgraded the Django version and Drf version
Bumps [django](https://github.com/django/django) from 2.2.26 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...
@muneneevans voting we should move all parameters, args etc to camel case. Example in the submit API move from phone_number to phoneNumber.
@Ekirapapaul i noticed that if the input Json are wrong, the API throws an error instead of retuning a valid message. We might need to look at the serializers to...
Potential errors where a single instance is not found or multiple object instances are found. #### Proposed solution Use models.get(pk=id) to get a single model instance
Absolute referencing may bring issues when integrating with other tools such as celery. ### Proposed solution Bump Django version and do away with absolute referencing.