mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Merge branch 'story/109040558-confirmation-link' into staging
This commit is contained in:
commit
34e65ddbe8
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ class Domain < ActiveRecord::Base
|
|||
def pending_registrant
|
||||
return '' if pending_json.blank?
|
||||
return '' if pending_json['new_registrant_id'].blank?
|
||||
Registrant.find_by(id: pending_json['new_registrant_id'].last)
|
||||
Registrant.find_by(id: pending_json['new_registrant_id'])
|
||||
end
|
||||
|
||||
def generate_auth_info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue