开发者

PayPal SOAP: "Declaration of PayPal::raiseError() should be compatible with that of PEAR::raiseError()"

开发者 https://www.devze.com 2023-03-07 05:41 出处:网络
I have downloaded the Paypal API for PHP (SOAP) and I\'m getting this error: Strict standards: Declaration of

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'开发者_Go百科:'Live')
        )
        );

Any idea?

Regards

Javi


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

0

精彩评论

暂无评论...
验证码 换一张
取 消