PayPal SOAP:“PayPal::raiseError() 的声明应与 PEAR::raiseError() 的声明兼容”
我已经下载了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个错误,应该修复。请在 pear bugtracker 中打开报告。
This is a bug and should be fixed. Please open a report in the pear bugtracker.