mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Fix EPP contact update
This commit is contained in:
parent
8bc064a0b8
commit
461b7c1d9c
2 changed files with 1 additions and 1 deletions
|
@ -71,6 +71,7 @@ module Actions
|
|||
end
|
||||
|
||||
def commit
|
||||
contact.id = nil # new record
|
||||
return false if @error
|
||||
|
||||
contact.generate_code
|
||||
|
|
|
@ -14,7 +14,6 @@ module Deserializers
|
|||
email: if_present('email'),
|
||||
fax: if_present('fax'),
|
||||
phone: if_present('voice'),
|
||||
id: if_present('id'),
|
||||
|
||||
# Address fields
|
||||
city: if_present('postalInfo addr city'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue