我已下载Paypal API for PHP (SOAP),我收到此错误:
严格的标准:宣言 PayPal :: raiseError()应该是 兼容的 PEAR :: raiseError()in ....第24行的paypal / PayPal.php
我称之为:
$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')
)
);
有什么想法吗?
此致
哈维
答案 0 :(得分:0)
这是一个错误,应该修复。请在pear bugtracker中打开一份报告。