From e68f6cadd65d3ab6b384f53738b319592fab394f Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Thu, 26 Nov 2015 12:31:59 -0500 Subject: [PATCH] Add bandwidth limits for awesome august plan levels --- airtime_mvc/application/common/Billing.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/airtime_mvc/application/common/Billing.php b/airtime_mvc/application/common/Billing.php index 5d45ed357..107a7533e 100644 --- a/airtime_mvc/application/common/Billing.php +++ b/airtime_mvc/application/common/Billing.php @@ -40,6 +40,18 @@ class Billing "custom" => array( "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()