Google Checkout 自定义表单输入
我有 google checkout 设置,以及将成功的交易信息写入数据库的服务器端 php 响应处理程序。我想做的就是从 Google Checkout 表单中静默发送一些信息到响应处理程序。
当我尝试输入自定义表单输入时,例如:
<input name="my_custom_tag_name" value="my_custom_value"/>
Google 似乎故意忽略它们,因为我的响应处理程序从未看到它们。
I have google checkout setup, along with the server-side php responsehandler that is writing successful transaction info to the database. All I want to do is send some information silently from the Google Checkout form to the responsehandler.
When I try to put custom form inputs like:
<input name="my_custom_tag_name" value="my_custom_value"/>
Google appears to purposely ignore them since my responsehandler never sees them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
参考:https://checkout。 google.com/support/sell/bin/answer.py?hl=zh-CN&answer=64729
You can use
Reference: https://checkout.google.com/support/sell/bin/answer.py?hl=en&answer=64729