mirror of
https://github.com/internetee/registry.git
synced 2025-06-12 15:44:45 +02:00
Fix CC issues
This commit is contained in:
parent
01f6abb0d2
commit
e763411e5c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Registrar
|
||||||
|
|
||||||
if ready_to_renew?
|
if ready_to_renew?
|
||||||
res = ReppApi.bulk_renew(domain_ids_for_bulk_renew, params[:period],
|
res = ReppApi.bulk_renew(domain_ids_for_bulk_renew, params[:period],
|
||||||
current_registrar_user)
|
current_registrar_user)
|
||||||
|
|
||||||
flash_message(JSON.parse(res))
|
flash_message(JSON.parse(res))
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue