mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
fixed ArgumentError
This commit is contained in:
parent
c771902780
commit
62d1ba45a2
8 changed files with 10 additions and 12 deletions
|
@ -173,7 +173,7 @@ class Epp::Domain < Domain
|
|||
|
||||
### RENEW ###
|
||||
|
||||
def renew(renewed_expire_time:, period:, unit:)
|
||||
def renew(renewed_expire_time, period, unit)
|
||||
@is_renewal = true
|
||||
|
||||
add_renew_epp_errors unless renewable?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue