贝宝沙盒API状态 [英] PayPal Sandbox API Status

查看:227
本文介绍了贝宝沙盒API状态的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

林今天有与贝宝沙箱API问题。看来,即时得到任何回报数据来自PayPal回来。在code都没有改变,这是测试和工作昨晚。

Im having issues with the paypal sandbox api today. It seems that Im getting no return data back from PayPal. None of the code has changed and it was tested and working last night.

我使用的是经典的Angeleye API库。 https://www.angelleye.com/product/php-class-library-贝宝/

I am using the Angeleye classic API library. https://www.angelleye.com/product/php-class-library-paypal/

在我的code,我使用他们的自适应支付API。

In my code I am using their adaptive payment API.

即时得到的误差

警告:DOM文档:: loadXML的():行1394在/src/angelleye/PayPal/Adaptive.php作为输入提供空字符串

Warning: DOMDocument::loadXML(): Empty string supplied as input in /src/angelleye/PayPal/Adaptive.php on line 1394

警告:DOM文档:: loadXML的():上线158 /src/angelleye/PayPal/Adaptive.php作为输入提供空字符串

Warning: DOMDocument::loadXML(): Empty string supplied as input in /src/angelleye/PayPal/Adaptive.php on line 158

这两项地方是贝宝返回数据。

Both of those places are for PayPal Return Data.

除了我发送的数据我正在

Other than my sent data I am getting

[错误] =>阵列()[确认] => [构建] => [的correlationID] => [时间戳] => [preapprovalKey] => [的redirectUrl] => [XMLRequest] =>

[Errors] => Array ( ) [Ack] => [Build] => [CorrelationID] => [Timestamp] => [PreapprovalKey] => [RedirectURL] => [XMLRequest] =>

和最后我有[XMLResponse] =>

and at the end I have [XMLResponse] =>

任何想法?

有没有人,如果他们改变与API的东西,可以告诉我,或者PayPal是否与他们的沙盒enviorment问题?

Is there someone that can tell me if they changed something with the API or if PayPal is having issues with their Sandbox enviorment?

我查了他们正常的API状态页,但它似乎没有支付他们的沙盒enviorment。

I checked their normal API status page but it doesnt seem to cover their Sandbox enviorment.

推荐答案

有一个的已知的SSLv3 的脆弱性,正因为如此,贝宝已经正式把它打死了自己的沙盒。他们只是发出了通知,大约一个小时前,这将正式直播服务器上14年12月3日死亡。

There is a known vulnerability with SSLv3, and as such, PayPal has officially killed it on their sandbox. They just sent out notice about an hour ago that it will officially be killed on the live servers on 12/3/14.

我已经已经更新了我的类库来解决这个问题,我送我的Facebook页面,谷歌网页和电子邮件通讯上出通知。你需要得到其中的一个,所以你可以在未来获得这样的更新。

I've already updated my class library to resolve this issue, and I sent out notifications on my Facebook page, Google Page, and email newsletter. You need to get on one of those so you can get updates like this in the future.

您需要确保您的卷曲版本支持TLS,以便更新为你工作。检查的phpinfo(),您的服务器上,然后找卷曲的版本。它需要7.36.0。如果这是任何降低你可能必须更新这一点。

You need to make sure your cURL version supports TLS in order for the update to work for you. Check phpinfo() on your server, and then look for the cURL version. It needs to be 7.36.0. If it's anything lower you'll probably have to update that, too.

这是什么,贝宝,易趣,谷歌,Facebook等,都在做,因为该漏洞,因此而如果你有你的服务器上更新的PHP /卷曲它可能是一种痛苦,这是必须的。

This is something that PayPal, eBay, Google, Facebook, etc. are all doing because of the vulnerability, so while it might be a pain if you have to update PHP/cURL on your server, it's a must.

这篇关于贝宝沙盒API状态的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆