global

def verify_account

def verify_account
  account.set(account_status_id=>account_open_status_value).save_changes(:raise_on_failure=>true)
end