ralphkurz Posted November 20, 2012 Share Posted November 20, 2012 (edited) Sorry, i mean: Importance of verbose output in cURL... Hi @All, in order to get the paypal module work with Prestashop 1.5.2 and PayPal 3.2.5 I needed to disable the verbose output in following file (it was a hint from my hosting provider) modules/paypal/api/paypalconnect.php in line 79 curl_setopt($ch, CURLOPT_VERBOSE, true); replaced with curl_setopt($ch, CURLOPT_VERBOSE, false); Willl there be any security issues regarding this replacement? Thanks for reply! Edited November 20, 2012 by ralphkurz (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now