/**
  * Forces an update to the account information from the server
  *
  * @return stdObject
  */
 public static function update_account()
 {
     self::$account = null;
     return self::get_account();
 }