-
Notifications
You must be signed in to change notification settings - Fork 67
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
ApiException on live server #7
Comments
@kingstuffy what version of the library are you using? |
@ibrahimlawal v2.1, installed via composer |
@kingstuffy this was because the originating server didn't send valid data to our API. We built in a |
@ibrahimlawal faced with this problem, (action: trying to verify transaction using ref_no). |
I'm pushing an update that allows you disable the Yabacon\Paystack::disableFileGetContentsFallback() And let me know what the error message is. |
@ibrahimlawal Trying the Library v2.1.16. See error message. "Curl failed with response: 'SSL certificate problem: unable to get local issuer certificate'." |
Great, this should help: unicodeveloper/laravel-paystack#14 (comment) |
@gofaniyi let me know if this works for you. |
@ibrahimlawal This (unicodeveloper/laravel-paystack#14 (comment)) resolves the problem at hand. Thanks |
I got the following error when using the library on a live server even though it works locally on my system. All resource method returns the same error.
`Yabacon\Paystack\Exception\ApiException
Paystack Request failed with response: '
<title>400 Bad Request</title>400 Bad Request
cloudflare-nginx `
The text was updated successfully, but these errors were encountered: