mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Repaired missing error message for epp request
This commit is contained in:
parent
55a4ec0e84
commit
93f7b2abc2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module Actions
|
||||||
maybe_update_statuses
|
maybe_update_statuses
|
||||||
maybe_update_ident if ident.present?
|
maybe_update_ident if ident.present?
|
||||||
maybe_attach_legal_doc
|
maybe_attach_legal_doc
|
||||||
maybe_change_email
|
maybe_change_email if new_attributes[:email].present?
|
||||||
maybe_filtering_old_failed_records
|
maybe_filtering_old_failed_records
|
||||||
commit
|
commit
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue