module ZuoraConnect::Controllers::Helpers

def hallway_integration?

def hallway_integration?
  return (request.headers['ZuoraCurrentEntity'].present? || cookies['ZuoraCurrentEntity'].present?)
end