mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Add fields & bulk import gem
This commit is contained in:
parent
95a017629e
commit
9758c82221
5 changed files with 254 additions and 65 deletions
|
@ -27,7 +27,7 @@ class SendEInvoiceJob < Que::Job
|
|||
|
||||
def log_success(verification)
|
||||
email = verification.try(:email) || verification
|
||||
message = "Email address #{email} verified successfully"
|
||||
message = "Email address #{email} verification done"
|
||||
logger.info message
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue