internetee/registry

View on GitHub
app/views/epp/domains/success_pending.xml.builder

Summary

Maintainability
Test Coverage
xml.epp_head do
  xml.response do
    xml.result('code' => '1001') do
      xml.msg 'Command completed successfully; action pending'
    end
    render('epp/shared/trID', builder: xml)
  end
end