mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Create deserializer for EPP DomainUpdate
This commit is contained in:
parent
2c8a4d3fe9
commit
e81653a0b4
2 changed files with 80 additions and 0 deletions
|
@ -56,6 +56,10 @@ module Deserializers
|
|||
end
|
||||
end
|
||||
|
||||
def call
|
||||
key_data + ds_data
|
||||
end
|
||||
|
||||
def mark_destroy_all(dns_keys)
|
||||
# if transition support required mark_destroy dns_keys when has ds/key values otherwise ...
|
||||
dns_keys.map { |inf_data| mark(inf_data) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue