Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No errors....but isn't working


Recommended Posts

Posted

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

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...