Add bandwidth limit for trial plan

This commit is contained in:
Duncan Sommerville 2015-11-26 12:37:09 -05:00
parent e68f6cadd6
commit 786b357ed5
1 changed files with 3 additions and 0 deletions

View File

@ -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
),