Merge branch 'cc-5709-airtime-analyzer-buy-now' into cc-5709-airtime-analyzer-buy-now-saas

This commit is contained in:
Albert Santoni 2014-07-02 12:45:44 -04:00
commit 523bb8e7b6
2 changed files with 4 additions and 2 deletions

View file

@ -23,7 +23,7 @@ class Application_Form_BillingUpgradeDowngrade extends Zend_Form
->setValue($currentPlanProductId);
$this->addElement($pid);
Logging::info(BillingController::getClientCurrentAirtimeProduct());
//Logging::info(BillingController::getClientCurrentAirtimeProduct());
$billingcycle = new Zend_Form_Element_Radio('newproductbillingcycle');
$billingcycle->setLabel(_('Billing cycle:'))
->setMultiOptions(array('monthly' => 'Monthly', 'annually' => 'Annually'))