Skip to content

Commit

Permalink
Repaired missing error message for epp request
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Tsõganov authored and Sergei Tsõganov committed Jan 13, 2022
1 parent 55a4ec0 commit 93f7b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/interactions/actions/contact_update.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def call
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
Expand Down

0 comments on commit 93f7b2a

Please sign in to comment.