Fix VOIP services from 500 errors

This commit is contained in:
Deon George
2022-03-05 13:49:50 +11:00
parent 62f587d7e6
commit d7b5d9a272
3 changed files with 39 additions and 4 deletions

View File

@@ -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