PayPal SOAP:“PayPal::raiseError() 的声明应与 PEAR::raiseError() 的声明兼容”

发布于 2024-11-08 13:08:10 字数 794 浏览 0 评论 0原文

我已经下载了 Paypal PHP API (SOAP) 我收到此错误:

严格标准:声明 PayPal::raiseError() 应该是 与 的 兼容 PEAR::raiseError() 中 ....paypal/PayPal.php 第 24 行

当我调用此命令时:

$handler =& ProfileHandler_Array::getInstance(
        array(    'username'        => $this->api_username,
                'certificateFile' => $this->api_certificate,
                'signature'       => $this->api_signature,
                'subject'         => $this->api_subject,
                'environment'     => (($this->api_test)?'Sandbox':'Live')
        )
        );

有什么想法吗?

问候

哈维

I have downloaded the Paypal API for PHP (SOAP) and I'm getting this error:

Strict standards: Declaration of
PayPal::raiseError() should be
compatible with that of
PEAR::raiseError() in
....paypal/PayPal.php on line 24

when I call this:

$handler =& ProfileHandler_Array::getInstance(
        array(    'username'        => $this->api_username,
                'certificateFile' => $this->api_certificate,
                'signature'       => $this->api_signature,
                'subject'         => $this->api_subject,
                'environment'     => (($this->api_test)?'Sandbox':'Live')
        )
        );

Any idea?

Regards

Javi

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萧瑟寒风 2024-11-15 13:08:10

这是一个错误,应该修复。请在 pear bugtracker 中打开报告。

This is a bug and should be fixed. Please open a report in the pear bugtracker.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文