mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Registrant change now requires EPP verify attribute
This commit is contained in:
parent
7d0365974e
commit
d72cbc20f5
21 changed files with 318 additions and 29 deletions
9
app/views/epp/shared/success_pending.xml.builder
Normal file
9
app/views/epp/shared/success_pending.xml.builder
Normal file
|
@ -0,0 +1,9 @@
|
|||
xml.epp_head do
|
||||
xml.response do
|
||||
xml.result('code' => '1001') do
|
||||
xml.msg 'Command completed successfully; action pending'
|
||||
end
|
||||
end
|
||||
|
||||
xml << render('/epp/shared/trID')
|
||||
end
|
|
@ -1,2 +1,4 @@
|
|||
- if @domain.blank?
|
||||
%h1= t(:not_valid_domain_verification)
|
||||
- if @domain.present?
|
||||
- else
|
||||
%h1= t(:not_valid_domain_verification_title).html_safe
|
||||
%p= t(:not_valid_domain_verification_body).html_safe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue