andela-sjames / paystack-python

Python plugin for Paystack
https://pypi.python.org/pypi/paystackapi
MIT License
110 stars 44 forks source link

Transaction initialize fix #34

Closed elo80ka closed 7 years ago

elo80ka commented 7 years ago

Hi again,

I ran into the issue reported in #26. It appears to be caused by paystackapi.transaction.Transaction.initialize sending a GET rather than a POST. This pull request fixes that.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 4ec3c5fcdb1d2c722d15741ea284696af7c19a67 on elo80ka:transaction-initialize-fix into 8bcb0a329cbe0a4d43b762b0799144ba061378ce on andela-sjames:develop.

andela-sjames commented 7 years ago

@elo80ka thanks for the update will update pypi accordingly.

andela-sjames commented 7 years ago

@elo80ka pypi has been updated.