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.
Coverage remained the same at 100.0% when pulling 4ec3c5fcdb1d2c722d15741ea284696af7c19a67 on elo80ka:transaction-initialize-fix into 8bcb0a329cbe0a4d43b762b0799144ba061378ce on andela-sjames:develop.
Hi again,
I ran into the issue reported in #26. It appears to be caused by
paystackapi.transaction.Transaction.initialize
sending aGET
rather than aPOST
. This pull request fixes that.