Google Checkout自定义表单输入

时间:2011-10-13 04:34:16

标签: google-checkout

我有google checkout设置,以及将成功的交易信息写入数据库的服务器端php responsehandler。我想要做的就是从Google Checkout表单中静默发送一些信息给响应处理程序。

当我尝试输入自定义表单输入时:

<input name="my_custom_tag_name" value="my_custom_value"/>

谷歌似乎故意忽略它们,因为我的回复处理程序从未见过它们。

1 个答案:

答案 0 :(得分:0)

您可以使用

<input type="hidden" name="shopping-cart.merchant-private-data" value="MyOrder#123">

参考:https://checkout.google.com/support/sell/bin/answer.py?hl=en&answer=64729