Renew with invalid exp date test

This commit is contained in:
Martin Lensment 2014-08-07 15:45:21 +03:00
parent e18ca330a0
commit 3256534f0d
4 changed files with 27 additions and 7 deletions

View file

@ -30,8 +30,7 @@ module Epp::DomainsHelper
if @domain.renew(ph[:curExpDate], ph[:period])
render '/epp/domains/renew'
else
handle_errors
render '/epp/error'
handle_errors(@domain)
end
end