yabacon / paystack-class

A library to make Paystack API calls by including a single file or from within codeigniter.
MIT License
10 stars 21 forks source link

Fix ApiException not found and Exception thrown when transaction Id not found #4

Open successtar opened 4 years ago

successtar commented 4 years ago

ApiException not found fix by removing the code block for the unknown exception while returning the actual status of the request when there is error connecting to Paystack.

The Exception thrown when Transaction Id is not found is removed for the request to return proper response indicating the status of the transaction id provided.