PayPal WPP PRO

I downloaded PayPal WPP Uk from paypal and installed
Got the error

Invalid vendor account


After uninstalling ect I final got round to emailing paypal to find out that even in test mode my account was not set up correctly.
Once that was sorted I then porceeded to test and got the next error

Field format error: 10744


This is an invalid country code. With a bit of a hack I was able to get passed that to then get the following error

Field format error: 10711

and then

Field format error: 10710

Which are invalid state and city.

Its draggin on a bit now so lets cut to the chase.

in paypal_wpp_uk.php at line 375 I have inserted

‘COUNTRY’ => $order->billing['country']['id'],
‘STATE’ => $order->billing['state'],
‘CITY’ =>$order->billing['city'],

which now brings me to a new error message of 10501, which basically means my account is not setup correctly, so I am having to wait again on PayPal to get back to me.

Hope this helps as I have been….. Well lets just say i am glad its comming to an end. thumbsup.gif

Leave a Comment