Show plan updated confirmation on invoices page

This commit is contained in:
Albert Santoni 2014-07-09 14:06:51 -04:00
parent 0ab1eaa08c
commit 52b8f3af87
2 changed files with 15 additions and 2 deletions

View file

@ -100,9 +100,11 @@ class BillingController extends Zend_Controller_Action {
return;
}
//If there were no changes to the plan or billing cycle, we just redirect you to the
//invoices screen and show a message.
if (!$placeAnUpgradeOrder)
{
$this->_redirect('billing/invoices');
$this->_redirect('billing/invoices?planupdated');
return;
}