有关创建 https 请求以将购物车提交到 sagepay 的任何见解
用于创建 https POST 请求以将购物车提交到支付网关(在本例中为 sagepay)的教程的任何链接。
或者最好的例子是 satchmo 包中的例子?
any links to tutorials for creating a https POST request to submit a cart to a payment gateway, in this case sagepay.
or is the best example going to be the one in the satchmo package?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要直接联系服务器还是将您的用户重定向到那里?
为了让用户到达那里,通常的想法是让用户单击发布正确信息的按钮。这通常伪装成“确认订单”按钮。
这可以通过带有正确字段和隐藏所有字段的 django 表单来实现:
do you need to contact the server directly or redirect your user there?
For getting the user there, usually the idea is to have the user click a button that POSTs the correct information. This us usually disguised as a "Confirm Order" button.
This can either be achieved with a django form with the correct fields and all the fields hidden: