mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Attempt to fix renew issues
This commit is contained in:
parent
42adaa7159
commit
aedfeac459
2 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,7 @@ module Domains
|
|||
private
|
||||
|
||||
def add_error
|
||||
domain.add_epp_error(2104, nil, nil, I18n.t(:domain_renew_error_for_domain))
|
||||
errors.add(:domain, I18n.t('domain_renew_error_for_domain', domain: domain.name))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue