Guest Posted September 22, 2006 Posted September 22, 2006 First, thanks for having a mod to do this. This doesn't look like it would be fun to code on my own, which I don't think I could pull elloquently. My client does a lot of ebay, so the WPP module makes a lot of sense. I did the install manually as I've updated most of the files in the mod. So this most likely falls under my fault, but I can't track it down. I make it through the whole check out process, and actually get order confirmation - success, happy faces, everything. The order details has: Transaction ID: Payment Type: PayPal Direct Payment Payment Status: Completed AVS Code: Error CVV2 Code: Error i'm a little baffled at how I get confirmation that the order went through, but no details of the payment on my credit card or at paypal. I'm using a live account at this point. I don't get any error responses that I know of. Some guidance please.... Thanks in advance! Andy Quote
SteveDallas Posted September 22, 2006 Posted September 22, 2006 Andy, The first thing to check would be the value for $timeout in /catalog/pear/Services/PayPal/SOAP/Transport/HTTP.php. The default value is too short, and while the instructions indicate that the value has been updated, the file has not. Change line 62 from: var $timeout = 4; to var $timeout = 300; That should fix your problem. --Glen Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.