Add header for mod_epp in schema validation

This commit is contained in:
Martin Lensment 2015-09-01 14:01:08 +03:00
parent d714ce7631
commit c64a35e9a0

View file

@ -15,8 +15,8 @@ class EppController < ApplicationController
code: 2001,
msg: error
}
response.headers['X-EPP-Returncode'] = '2200'
end
handle_errors and return if epp_errors.any?
end