mirror of
https://github.com/google/nomulus.git
synced 2025-07-19 17:26:09 +02:00
Add REMOVEPACKAGE token functionality to domain transfer flow (#1792)
This commit is contained in:
parent
527bf82370
commit
5ec4ec3af5
5 changed files with 119 additions and 19 deletions
|
@ -498,7 +498,7 @@ comes in at the exact millisecond that the domain would have expired.
|
|||
* Resource status prohibits this operation.
|
||||
* The allocation token is not currently valid.
|
||||
* 2305
|
||||
* The __REMOVEPACKAGE__ token is missing on a renew package domain command
|
||||
* The __REMOVEPACKAGE__ token is missing on a package domain command
|
||||
* The __REMOVEPACKAGE__ token is not allowed on non package domains
|
||||
* The allocation token is not valid for this domain.
|
||||
* The allocation token is not valid for this registrar.
|
||||
|
@ -754,6 +754,7 @@ new ones with the correct approval time).
|
|||
* The allocation token is not valid for this registrar.
|
||||
* The allocation token is not valid for this TLD.
|
||||
* The allocation token was already redeemed.
|
||||
* The __REMOVEPACKAGE__ token is missing on a package domain command
|
||||
* 2306
|
||||
* Domain transfer period must be one year.
|
||||
* Domain transfer period must be zero or one year when using the superuser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue