Repaired missing error message for epp request

This commit is contained in:
Sergei Tsõganov 2022-01-13 15:10:03 +02:00
parent 55a4ec0e84
commit 93f7b2abc2

View file

@ -15,7 +15,7 @@ module Actions
maybe_update_statuses
maybe_update_ident if ident.present?
maybe_attach_legal_doc
maybe_change_email
maybe_change_email if new_attributes[:email].present?
maybe_filtering_old_failed_records
commit
end