mirror of
https://github.com/google/nomulus
synced 2026-02-04 20:12:23 +00: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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user