mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Improve bulk renew tests
This commit is contained in:
parent
66114aa648
commit
04944b8ac4
6 changed files with 62 additions and 35 deletions
|
@ -13,7 +13,7 @@ class Registrar
|
|||
set_form_data
|
||||
|
||||
if ready_to_renew?
|
||||
res = Depp::Domain.bulk_renew(domain_ids_for_bulk_renew, params[:period],
|
||||
res = ReppApi.bulk_renew(domain_ids_for_bulk_renew, params[:period],
|
||||
current_registrar_user)
|
||||
|
||||
flash_message(JSON.parse(res))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue