SAAS-562: UpgradeController broken
This commit is contained in:
parent
458eee4faf
commit
e216a03d37
|
@ -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"];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue