Skip to content

Commit

Permalink
cbe update to 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
eba-alemayehu committed Oct 16, 2023
1 parent 5f41aa0 commit 648b89d
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 @@ -184,7 +184,7 @@ def cbebirrplus_payment(tillCode, amount, transactionId, transactionTime, compan
"transactionTime": str(transactionTime),
"companyName": companyName,
"key": key ,
"token": 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwaG9uZSI6IjI1MTkyOTA3MTQ4NyIsImV4cCI6MTY5NzQ5MjA4OH0.zRBQVQ91WckpvzWga0c5srdHi0WDmziZaVtPiCWGT_A',
"token": token,
"callBackURL": callBackURL
}
# payload = {
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.18'
VERSION = '0.0.19'
DESCRIPTION = 'CBEBirr integration'
LONG_DESCRIPTION = 'This package is a helper package with telebirr integration.'

Expand Down

0 comments on commit 648b89d

Please sign in to comment.