Exemplo n.º 1
0
 /**
  * Prepare the data.
  *
  * This function handles the 'testTransaction' option, which is specific to
  * this processor.
  */
 function _prepare()
 {
     if (!empty($this->_options['testTransaction'])) {
         $this->_data['testTransaction'] = $this->_options['testTransaction'];
     }
     return parent::_prepare();
 }