
Originally Posted by
naani1
I did try one thing which got me further:
I hard coded /includes/modules/payment/paypalwpp.php file:
$options['LOCALECODE'] = '';
and
$options['SHIPTOSTATE'] = 'UK';
now, the method in my madness is this: if the localecode is set to US, (as in my previous posting), the shiptostate is required + it is validated by paypal. However, if you leave localecode as null, it defaults to whatever the paypal account is, i.e. UK paypal in my case. The shiptostate is still required, but you can get away with entering anything in here. I hard coded 'UK'.