Fix VOIP services from 500 errors
This commit is contained in:
@@ -68,7 +68,7 @@ final class Voip extends Type implements ProductItem
|
||||
|
||||
public function hasUsage(): bool
|
||||
{
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
public function allowance(): Collection
|
||||
@@ -78,7 +78,7 @@ final class Voip extends Type implements ProductItem
|
||||
|
||||
public function allowance_string(): string
|
||||
{
|
||||
// TODO: Implement allowance_string() method.
|
||||
return "(TBA)";
|
||||
}
|
||||
|
||||
public function getCostAttribute(): float
|
||||
|
Reference in New Issue
Block a user