Skip to content

Commit

Permalink
release vodacompay 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TralahM committed Mar 30, 2021
1 parent 3125049 commit 8dd8aca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="vodacompay",
version="3.0.1",
version="3.1.0",
author="Tralah M Brian",
author_email="briantralah@gmail.com",
description="A library to interface with vodacom's Payment System using an intermediary server.",
Expand Down
3 changes: 2 additions & 1 deletion vodacash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(
self,
username,
password,
server_ip="167.71.65.114",
server_ip="",
b2c_code="15058",
c2b_code="8337",
c2b_command_id="InitTrans_oneForallC2B",
Expand Down Expand Up @@ -220,6 +220,7 @@ def c2b(
"surname": surname,
},
).content
print(result)
try:
result = json.loads(result)
return result
Expand Down

0 comments on commit 8dd8aca

Please sign in to comment.