Add bandwidth limit for trial plan
This commit is contained in:
parent
e68f6cadd6
commit
786b357ed5
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ class Billing
|
|||
{
|
||||
// TODO: remove this once all existing customers have bandwidth limits set
|
||||
public static $PLAN_TYPE_DEFAULTS = array(
|
||||
"trial" => array(
|
||||
"bandwidth_limit" => 3298534883328
|
||||
),
|
||||
"hobbyist" => array(
|
||||
"bandwidth_limit" => 1099511627776
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue