/**
  * Determine if there were any errors in collecting tax records.
  *
  * @return bool
  */
 protected function _taxCollectorHasErrors()
 {
     return !$this->_taxCollector->getTaxRequestSuccess();
 }