谷歌检查成功页面重定向
在 google checkout 中设置成功页面重定向? 我已经设置了回调 URL 来更新订单状态,但在用户通过 google checkout 付款后如何将成功页面重定向到我的网站。
Set Success page redirection in google checkout ?
i have already set callback URL to update the order status but how to redirect success page to my website after theu user paid by google checkout.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Google Checkout 交易完成后,买家不会自动重定向。
但是,您可以提供一个链接,用户可以单击该链接并在完成订单后返回您的网站。请参阅 continue_url 参数:
http://code.google。 com/apis/checkout/developer/Google_Checkout_HTML_API_Parameter_Reference.html#tag_continue-shopping-url
There is no automatic re-direct for the buyer after the Google Checkout transaction finishes.
However, you can provide a link that the user can click and get back to your site after completing the order. See the continue_url paramenter:
http://code.google.com/apis/checkout/developer/Google_Checkout_HTML_API_Parameter_Reference.html#tag_continue-shopping-url