带有 _xclick 的 PayPal 简单网站界面
好的,它正在工作。但是,我需要解决一件事: 如何取消运送到现场,因为在我们的情况下不需要。谢谢。
ok, it's working. However, I need one thing fixed:
how to remove the shipping to field for in our case it's not needed. thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
传入 no_shipping=1(如果您使用的是网站付款标准)。
例如
对于 Express Checkout,您需要在 SetExpressCheckout API 中添加
NOSHIPPING=1
称呼。Pass in no_shipping=1 (if you're using Website Payments Standard).
E.g.
<input type="hidden" name="no_shipping" value="1">
For Express Checkout, you'd add
NOSHIPPING=1
in your SetExpressCheckout API call.