Extend outzone_at and delete_at also on domain renew #2622

This commit is contained in:
Martin Lensment 2015-06-10 16:28:09 +03:00
parent 1e23641e01
commit 9bd832278c
3 changed files with 18 additions and 0 deletions

View file

@ -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