Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception on Transaction reference not found #3

Open
successtar opened this issue Jul 24, 2019 · 2 comments
Open

Exception on Transaction reference not found #3

successtar opened this issue Jul 24, 2019 · 2 comments

Comments

@successtar
Copy link

The call on line 659 of Paystack.php for transaction not found should be,

throw new PaystackExceptionApiException(
                "Paystack Request failed with Response: '" .
                $this->messageFromApiJson($resp)."'",
                $resp
            );

and not

throw new ApiException(
                "Paystack Request failed with Response: '" .
                $this->messageFromApiJson($resp)."'",
                $resp
            );
@Goldtek
Copy link

Goldtek commented Feb 19, 2021

I'm having the same issue?

@successtar
Copy link
Author

successtar commented Feb 19, 2021

The project is not actively maintained anymore..

The issue fixed here https://github.com/successtar/paystack-class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants