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

cURL Error Handling #146

Closed
angelleye opened this issue Dec 19, 2014 · 3 comments
Closed

cURL Error Handling #146

angelleye opened this issue Dec 19, 2014 · 3 comments
Assignees
Milestone

Comments

@angelleye
Copy link
Collaborator

If a blank response is coming back from PayPal that generally means there's a cURL error of some sort going on. If cURL is enabled but still not working, we need to see what comes back in curl_error().

Right now the CURLRequest() method in the PayPal library is not checking for curl_error() at all. Need to go ahead and check this, and if an error does occur, we should display that back to the user, or at least send the email to the site admin like regular PayPal errors are sent so they can see what's going on.

@angelleye angelleye added this to the 1.2 milestone Dec 19, 2014
levansy2020 added a commit that referenced this issue Mar 10, 2015
levansy2020 added a commit that referenced this issue Mar 31, 2015
@angelleye
Copy link
Collaborator Author

This looks like it has a lot of other stuff besides just this issue in the branch, so I'm holding off on merging it in for now.

@angelleye angelleye modified the milestone: 1.2 Jul 1, 2015
@angelleye angelleye added this to the 1.2 milestone Aug 20, 2015
@angelleye angelleye modified the milestones: 1.1.7.6, 1.2 Dec 26, 2015
kcppdevelopers added a commit that referenced this issue Dec 29, 2015
kcppdevelopers added a commit that referenced this issue Dec 29, 2015
@kcppdevelopers
Copy link
Contributor

I have push latest code in issue-146-A branch.

@kcppdevelopers
Copy link
Contributor

I have uploaded latest code in to the issue-160-P branch. it is my mistake, branch name should be issue-146-* .

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

No branches or pull requests

1 participant