This commit is contained in:
Martin Lensment 2015-01-12 18:18:51 +02:00
parent d2c31021a9
commit 360c2d3db8
8 changed files with 98 additions and 13 deletions

View file

@ -10,7 +10,7 @@ module Epp::KeyrelayHelper
handle_errors(@domain) and return unless @domain.authenticate(parsed_frame.css('pw').text)
handle_errors(@domain) and return unless @domain.keyrelay(parsed_frame, current_epp_user.registrar)
render '/epp/shared/success'
render_epp_response '/epp/shared/success'
end
private