Better trial suspension notice
This commit is contained in:
parent
8e122d3a27
commit
685134d8bb
4 changed files with 21 additions and 3 deletions
|
@ -126,7 +126,8 @@ class Billing
|
|||
}
|
||||
else
|
||||
{
|
||||
if ($product["status"] === "Active") {
|
||||
if ($product["status"] === "Active" ||
|
||||
$product["status"] === "Suspended") {
|
||||
$airtimeProduct = $product;
|
||||
$subdomain = '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue