mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Send unregistered domain to auction after dispute is closed
This commit is contained in:
parent
dc9bf7a5d3
commit
529a8a1bf6
2 changed files with 12 additions and 2 deletions
|
@ -29,6 +29,8 @@ module DNS
|
|||
:at_auction
|
||||
elsif awaiting_payment?
|
||||
:awaiting_payment
|
||||
elsif disputed?
|
||||
:disputed
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue