除mc_shipping外,其他所有字段都会显示。
这是我在IPN中的叫法:
$mc_shipping = mysql_real_escape_string($_POST['mc_shipping']);
它对任何人都有效吗?
我想通了。请参见bellow。
发布于 2011-09-19 21:03:21
你应该使用运输而不是mc_shipping。手册有点让人迷惑。
https://stackoverflow.com/questions/7465101
相似问题