public static function sandbox($value = null) { if ($value == 1 || $value == true) { self::$sandbox = true; self::$baseUrl = 'https://sandbox.2checkout.com'; } else { self::$sandbox = false; self::$baseUrl = 'https://www.2checkout.com'; } }