Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/233.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 如果与notify_url中的买方地址不同,则检索收货地址_Php_Paypal - Fatal编程技术网

Php 如果与notify_url中的买方地址不同,则检索收货地址

Php 如果与notify_url中的买方地址不同,则检索收货地址,php,paypal,Php,Paypal,当发货地址与PayPal帐户中的买家地址不同时,PayPal是否将发货地址发回notify_url 如果是这样,ship to address的变量名是什么,这样我就可以检索它们了 顺便说一句,我没有发送“no_shipping”变量,因此使用默认值-prompt for shipping address,但不需要 谢谢 无论事务中包含什么地址,它都将在IPN中返回。PayPal的IPN变量列表显示了您应该在下看到的字段。查看买家信息部分,我发现:address_street,定义为“客户街道地

当发货地址与PayPal帐户中的买家地址不同时,PayPal是否将发货地址发回notify_url

如果是这样,ship to address的变量名是什么,这样我就可以检索它们了

顺便说一句,我没有发送“no_shipping”变量,因此使用默认值-prompt for shipping address,但不需要


谢谢

无论事务中包含什么地址,它都将在IPN中返回。PayPal的IPN变量列表显示了您应该在下看到的字段。

查看买家信息部分,我发现:address_street,定义为“客户街道地址”。这将是买家在PayPal帐户中输入的地址。我正在寻找买家输入的发货地址(当它与他们自己的地址不同时)。我在上面链接到的买家信息页面上找不到定义为发货地址的变量。