File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def check_transaction_status(
106
106
else :
107
107
base_safaricom_url = self .sandbox_url
108
108
saf_url = "{0}{1}" .format (
109
- base_safaricom_url , "/mpesa/stkpushquery /v1/query" )
109
+ base_safaricom_url , "/mpesa/transactionstatus /v1/query" )
110
110
try :
111
111
r = requests .post (saf_url , headers = headers , json = payload )
112
112
except Exception as e :
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python
2
+ """Setup.py."""
1
3
import setuptools
2
4
3
5
with open ("README.md" , "r" ) as fh :
4
6
long_description = fh .read ()
5
7
6
8
setuptools .setup (
7
9
name = "daraja-mpesa" ,
8
- version = "1.2" ,
10
+ version = "1.2.1 " ,
9
11
author = "Tralah M Brian" ,
10
12
author_email = "briantralah@gmail.com" ,
11
13
description = "A Python wrapper for Mpesa Daraja APIs abstracting raw https request" ,
You can’t perform that action at this time.
0 commit comments