SAAS-562: UpgradeController broken

This commit is contained in:
Albert Santoni 2015-01-27 12:13:58 -05:00
parent 458eee4faf
commit e216a03d37
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Billing
/** Get the Airtime instance ID of the instance the customer is currently viewing. */
public static function getClientInstanceId()
{
$currentProduct = BillingController::getClientCurrentAirtimeProduct();
$currentProduct = Billing::getClientCurrentAirtimeProduct();
return $currentProduct["id"];
}