From 93f7b2abc2def01eb635110eb2d345139afa839e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergei=20Ts=C3=B5ganov?= Date: Thu, 13 Jan 2022 15:10:03 +0200 Subject: [PATCH] Repaired missing error message for epp request --- app/interactions/actions/contact_update.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/interactions/actions/contact_update.rb b/app/interactions/actions/contact_update.rb index 0cf76d1161..d9a136dd32 100644 --- a/app/interactions/actions/contact_update.rb +++ b/app/interactions/actions/contact_update.rb @@ -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