Logging to debug account upgrade, possibly broken by WHMCS update

This commit is contained in:
Albert Santoni 2014-07-09 12:56:53 -04:00
parent 3c05e14e4d
commit 20f55314b4

View file

@ -88,6 +88,9 @@ class BillingController extends Zend_Controller_Action {
$this->setErrorMessage();
$this->view->form = $form;
} else {
Logging::info($_SERVER['HTTP_HOST']. "Account plan upgrade request:");
Logging::info($result);
// Disable the view and the layout here, squashes an error.
$this->view->layout()->disableLayout();
$this->_helper->viewRenderer->setNoRender(true);