Hide Awesome August 2015 promo plans from billing page
This commit is contained in:
parent
bda6a4585c
commit
48d745bf77
|
@ -55,8 +55,7 @@ class Billing
|
|||
|
||||
//Blacklist all free plans
|
||||
foreach ($products as $k => $p) {
|
||||
Logging::info($p);
|
||||
if ($p["paytype"] === "free")
|
||||
if ($p["paytype"] === "free" || strpos($p["name"], "Awesome August 2015") !== false)
|
||||
{
|
||||
unset($products[$k]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue