dongpian2559 2014-08-26 08:46
浏览 30
已采纳

在Express Checkout中,paypal中的交易有一些错误[关闭]

https://developer.paypal.com/docs/classic/express-checkout/integration-guide/ECGettingStarted/ i try to create transaction using above.but found some error look this TIMESTAMP=2014%2d08%2d26T08%3a19%3a22Z &CORRELATIONID=15b6333b464b8 &ACK=Failure &VERSION=0%2e000000 &BUILD=12513933 &L_ERRORCODE0=10006 &L_SHORTMESSAGE0=Version%20error &L_LONGMESSAGE0=Version%20is%20not%20supported &L_SEVERITYCODE0=Error please help me to solve this

  • 写回答

1条回答 默认 最新

  • dsk920417 2014-08-26 10:09
    关注

    Currently you are passing the version as "XX.0" . In the documentation it states to pass the version = XX.0 but You need to replace the "XX" with a valid numeric value . You can pass the version as 109.0 or above . For more information regarding the version refer this link

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 随身WiFi网络灯亮但是没有网络,如何解决?
  • ¥15 gdf格式的脑电数据如何处理matlab
  • ¥20 重新写的代码替换了之后运行hbuliderx就这样了
  • ¥100 监控抖音用户作品更新可以微信公众号提醒
  • ¥15 UE5 如何可以不渲染HDRIBackdrop背景
  • ¥70 2048小游戏毕设项目
  • ¥20 mysql架构,按照姓名分表
  • ¥15 MATLAB实现区间[a,b]上的Gauss-Legendre积分
  • ¥15 delphi webbrowser组件网页下拉菜单自动选择问题
  • ¥15 linux驱动,linux应用,多线程