我有这种情况,我需要覆盖我的买家的送货地址,所以我在PaypalIpnConfig.php文件中得到了这个代码:
var $settings = array(
//more settings
'address1'=>'test address st',
'address2'=>'test address st 2',
'country'=>'United States',
'state'=>'Alaska',
'city'=> 'Anchorage',
'zip'=>'99501',
'address_override' =>'1'
);
但重新加载我的网站后,我收到此警告:
Unable to process payment. Please contact the merchant as the shipping address provided by the merchant is invalid, and the merchant has requested that your order must be shipped to that address.
我检查了一些与我的问题相似的问题但是我没有得到答案我需要
How to send Shipping address to Paypal, when using Paypal IPN
Paypal Address Override not working
可能出现什么问题?
答案 0 :(得分:2)
国家必须以2个字符的形式给出。 因此,在您的情况下,它将是:'state'=>'AL'或其他