mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
parent
1891a6305b
commit
f55169c2b4
2 changed files with 7 additions and 44 deletions
|
@ -37,7 +37,7 @@ class Epp::DomainsController < EppController
|
|||
sum: @domain_pricelist.price.amount,
|
||||
description: "#{I18n.t('create')} #{@domain.name}",
|
||||
activity_type: AccountActivity::CREATE,
|
||||
log_pricelist_id: @domain_pricelist.id
|
||||
price: @domain_pricelist
|
||||
})
|
||||
|
||||
render_epp_response '/epp/domains/create'
|
||||
|
@ -124,7 +124,7 @@ class Epp::DomainsController < EppController
|
|||
sum: @domain_pricelist.price.amount,
|
||||
description: "#{I18n.t('renew')} #{@domain.name}",
|
||||
activity_type: AccountActivity::RENEW,
|
||||
log_pricelist_id: @domain_pricelist.id
|
||||
price: @domain_pricelist
|
||||
})
|
||||
|
||||
render_epp_response '/epp/domains/renew'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue