mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Extend outzone_at and delete_at also on domain renew #2622
This commit is contained in:
parent
1e23641e01
commit
9bd832278c
3 changed files with 18 additions and 0 deletions
|
@ -434,6 +434,8 @@ class Epp::Domain < Domain
|
|||
|
||||
p = self.class.convert_period_to_time(period, unit)
|
||||
self.valid_to = valid_to + p
|
||||
self.outzone_at = outzone_at + p
|
||||
self.delete_at = delete_at + p
|
||||
self.period = period
|
||||
self.period_unit = unit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue