Skip to content

Commit

Permalink
Change description
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Sep 22, 2018
1 parent bc776e3 commit 3937dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pretix_mpesa/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def send_stk(consumer_key, consumer_secret, business_short_code, password, amoun
PhoneNumber=phone,
CallBackURL=callback_url,
AccountReference=order_number,
TransactionDesc=order_number
TransactionDesc='payment for order'
)
json_response = response.json()
checkout_id = json_response.get('CheckoutRequestID')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run(self):

setup(
name='pretix-mpesa',
version='1.0.0',
version='1.0.1',
description='Adds safaricom mpesa payments to pretix',
long_description=long_description,
url='https://github.com/enyachoke/pretix-mpesa',
Expand Down

0 comments on commit 3937dd7

Please sign in to comment.