SAAS-834: Login with WHMCS account doesn't work on suspended stations

This commit is contained in:
Albert Santoni 2015-05-29 16:43:27 -04:00
parent 7a6184cf23
commit a8d2290d00
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ class WHMCS_Auth_Adapter implements Zend_Auth_Adapter_Interface {
}
else
{
if ($product["status"] === "Active") {
if (($product["status"] === "Active") || ($product["status"] === "Suspended")) {
$airtimeProduct = $product;
$subdomain = '';