From 20f55314b437a5658d5bc0ab73a411f28b7e6e97 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Wed, 9 Jul 2014 12:56:53 -0400 Subject: [PATCH] Logging to debug account upgrade, possibly broken by WHMCS update --- airtime_mvc/application/controllers/BillingController.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/airtime_mvc/application/controllers/BillingController.php b/airtime_mvc/application/controllers/BillingController.php index 673b1170b..b7c7274a1 100644 --- a/airtime_mvc/application/controllers/BillingController.php +++ b/airtime_mvc/application/controllers/BillingController.php @@ -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);