Exemplo n.º 1
0
 /**
  * API Response Registration
  *
  * This method registers the response recieved from the Paypal Webservice.
  * As long as there were no errors it will be set. If it returns only one value
  * then it may be an integer, float or a string. However it is returning
  * multiple values then it may be an associative array or an object.
  *
  * @access private
  * @param mixed $APIResponse
  */
 protected function registerAPIResponse($APIResponse)
 {
     PayPalBase::setApiResponse($APIResponse);
 }