mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Updated domain pending delete
This commit is contained in:
parent
6f59824cd1
commit
897a10f47b
3 changed files with 21 additions and 2 deletions
|
@ -411,6 +411,8 @@ class Epp::Domain < Domain
|
|||
end
|
||||
|
||||
def epp_destroy(frame)
|
||||
return false unless valid?
|
||||
|
||||
if frame.css('delete').attr('verified').to_s.downcase != 'yes'
|
||||
registrant_verification_asked!
|
||||
pending_delete!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue