Add bandwidth limits for awesome august plan levels
This commit is contained in:
parent
34eb7d6e22
commit
e68f6cadd6
|
@ -40,6 +40,18 @@ class Billing
|
||||||
"custom" => array(
|
"custom" => array(
|
||||||
"bandwidth_limit" => 10995116277760
|
"bandwidth_limit" => 10995116277760
|
||||||
),
|
),
|
||||||
|
"awesome-hobbyist-2015" => array(
|
||||||
|
"bandwidth_limit" => 1099511627776
|
||||||
|
),
|
||||||
|
"awesome-starter-2015" => array(
|
||||||
|
"bandwidth_limit" => 3298534883328
|
||||||
|
),
|
||||||
|
"awesome-plus-2015" => array(
|
||||||
|
"bandwidth_limit" => 10995116277760
|
||||||
|
),
|
||||||
|
"awesome-premium-2015" => array(
|
||||||
|
"bandwidth_limit" => 43980465111040
|
||||||
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
public static function getAPICredentials()
|
public static function getAPICredentials()
|
||||||
|
|
Loading…
Reference in New Issue