SAAS-562: UpgradeController broken
This commit is contained in:
parent
458eee4faf
commit
e216a03d37
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Billing
|
||||||
/** Get the Airtime instance ID of the instance the customer is currently viewing. */
|
/** Get the Airtime instance ID of the instance the customer is currently viewing. */
|
||||||
public static function getClientInstanceId()
|
public static function getClientInstanceId()
|
||||||
{
|
{
|
||||||
$currentProduct = BillingController::getClientCurrentAirtimeProduct();
|
$currentProduct = Billing::getClientCurrentAirtimeProduct();
|
||||||
return $currentProduct["id"];
|
return $currentProduct["id"];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue