mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Display pricing tier even when a domain is reserved
Even though it's not directly related, I also fixed a typo in PREMIUM because it bugged me. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=237796791
This commit is contained in:
parent
dc0c1583f5
commit
44e3668510
3 changed files with 39 additions and 11 deletions
|
@ -28,7 +28,7 @@ public abstract class CheckApiMetric {
|
|||
/** Price tier of a domain name. */
|
||||
public enum Tier {
|
||||
STANDARD("standard"),
|
||||
PREMINUM("premium");
|
||||
PREMIUM("premium");
|
||||
|
||||
private final String displayLabel;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue