Add bandwidth limit for trial plan
This commit is contained in:
parent
e68f6cadd6
commit
786b357ed5
|
@ -7,6 +7,9 @@ class Billing
|
||||||
{
|
{
|
||||||
// TODO: remove this once all existing customers have bandwidth limits set
|
// TODO: remove this once all existing customers have bandwidth limits set
|
||||||
public static $PLAN_TYPE_DEFAULTS = array(
|
public static $PLAN_TYPE_DEFAULTS = array(
|
||||||
|
"trial" => array(
|
||||||
|
"bandwidth_limit" => 3298534883328
|
||||||
|
),
|
||||||
"hobbyist" => array(
|
"hobbyist" => array(
|
||||||
"bandwidth_limit" => 1099511627776
|
"bandwidth_limit" => 1099511627776
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue