Facebook 积分回调请求并不总是包含“order_info”信息。范围
我已经成功集成了 FB Credits,每天都会收到很多请求。但有时一天 3 或 4 次,我的回调会收到不带“order_info”参数的“ payment_get_items ”。
有人遇到过同样的问题吗?或者知道哪些情况会产生此类请求?我想知道是否可以简单地忽略该错误。
I have successful FB Credits integration, which receives many requests per day. But sometimes 3 or 4 times a day, my callback receives a 'payments_get_items' without the 'order_info' parameter.
Anybody has had the same problem? Or knows which cases could generate that kind of request? I am wondering if I can simply ignore the error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个实现错误,即在某些浏览器上没有正确设置 order_info 参数。看来 order_info 根本不是强制性的,这对于简化其使用是有意义的。
This was an implementation error, which was no setting the order_info parameter correctly on some browsers. Seems that order_info is not mandatory at all, which makes sense to simplify its use.