我有一个假想,我需要推翻 我的买主的货运地址 所以我在我的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.
我查了一些与我的问题相似的问题......然而我没有得到我需要的答案
< a href=> https://stackoverflow.com/ questions/573926/how-to-send-send-shipping-address-to-paypal-waypal-useing-paypal-ipn> 如何在使用 Paypal IPN 时将航运地址发送给 Paypal
可能有什么错?