Story #109070924 - change EPP to use all.xsd, requires prior commit that provides all.xsd

This commit is contained in:
Matt Farnsworth 2015-11-30 11:42:27 +02:00
parent 1ac33f1df6
commit f3a91873f3
2 changed files with 2 additions and 7 deletions

View file

@ -73,10 +73,7 @@ class EppController < ApplicationController
end
def schema
# TODO: Support multiple schemas
return DOMAIN_SCHEMA if params[:epp_object_type] == :domain
return CONTACT_SCHEMA if params[:epp_object_type] == :contact
EPP_SCHEMA
EPP_ALL_SCHEMA
end
def generate_svtrid