开发者

mc_shipping not showing in IPN

开发者 https://www.devze.com 2023-04-05 13:16 出处:网络
Every other field is showing but the mc_shipping. This is how I call it in IPN: $开发者_开发知识库mc_shipping = mysql_real_escape_string($_POST[\'mc_shipping\']);

Every other field is showing but the mc_shipping.

This is how I call it in IPN:

$开发者_开发知识库mc_shipping = mysql_real_escape_string($_POST['mc_shipping']);

Does it work for anybody?

Figured it out. See bellow.


Your supposed to use shipping instead of mc_shipping. Manual is a bit confusing.

0

精彩评论

暂无评论...
验证码 换一张
取 消