(20241216) Payments requesting started, callback noting started.

This commit is contained in:
2024-12-16 18:29:30 +05:30
parent 0b9976fadb
commit b6ba54abd4
12 changed files with 636 additions and 117 deletions
@@ -355,7 +355,7 @@ class SafaricomMPesaExpress:
api_json = await api_response.get_json()
api_response.message = api_json.get("ResponseDescription", "N/A")
api_response.data = api_json
api_response.success = True
api_response.success = True if str(api_json.get("ResponseCode")) == "0" else False
# Done here:
return api_response