Exemplo n.º 1
0
 /**
  * Operation Status Registration
  *
  * This methods sets the lastOperationStatus attribute in the PaypalBase class.
  * If the last operation was a success, this attribute is set to true, otherwise
  * it will be set to false.
  *
  * @access private
  * @param bool $status
  */
 protected function registerLastOperationStatus($status)
 {
     PayPalBase::setLastOperationStatus($status);
 }