Paypal 返回 URL 中没有 BUTTONSOURCE
我正在尝试集成预订系统,在发布和其他流程中一切都很好。但在 paypal 付款页面并返回到我的 url BUTTONSOURCE 后却是空的。
有什么建议吗?
I'm trying to integrate booking system everything was fine in posting and other flow. But after paypal payment page and return to my url BUTTONSOURCE was empty.
any suggestion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否将其包含在 DoExpressCheckoutPayment 和 SetExpressCheckout 中?
BUTTONSOURCE 必须包含在两者中。
不过,如果您想使用 CUSTOM 或 INVNUM 将您端的订单与 PayPal 交易链接起来,您可能最好使用 CUSTOM 或 INVNUM。
Did you include it in both DoExpressCheckoutPayment as well as SetExpressCheckout?
BUTTONSOURCE must be included in both.
Although you'd probably be better off using CUSTOM or INVNUM if you want to use it to link orders on your end together with PayPal transactions.