protected function _beforeToHtml()
 {
     if (Mage::registry('aitcheckout_paypal_review_block_rendering') && $this->_aitcheckoutIsEnabled() && $this->_getCheckout()->getQuote()->getPayment()->getMethod() == $this->_paymentMethodCode) {
         $this->_shouldRender = true;
     }
     return parent::_beforeToHtml();
 }