예제 #1
0
파일: paypal_base.php 프로젝트: saiber/www
 /**
  * API Exception Registration
  *
  * This method registers any exception that occurs as a result of a soapFault
  * being thrown. If a soapFault object was throw while the Operations object
  * was calling the execute method, then this method will be invoked instead
  * of the registerAPIResponse() method.
  *
  * @access private
  * @param SoapFault $APIException
  */
 protected function registerAPIException($APIException)
 {
     PayPalBase::setAPISoapFault($APIException);
 }