Skip to content

Commit

Permalink
phone number
Browse files Browse the repository at this point in the history
  • Loading branch information
eba-alemayehu committed Nov 26, 2022
1 parent 48da008 commit 250a437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cbebirr/cbebirr.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def refund(thirdPartyID,
<req:ShortCode>{shortCode}</req:ShortCode>
</req:Initiator>
<req:ReceiverParty>
<req:IdentifierType>4</req:IdentifierType>
<req:IdentifierType>1</req:IdentifierType>
<req:Identifier>{phone}</req:Identifier>
</req:ReceiverParty>
</req:Identity>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()

VERSION = '0.0.9'
VERSION = '0.0.10'
DESCRIPTION = 'CBEBirr integration'
LONG_DESCRIPTION = 'This package is a helper package with telebirr integration.'

Expand Down

0 comments on commit 250a437

Please sign in to comment.