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:
gbrodman
2019-03-20 14:25:28 -04:00
committed by Ben McIlwain
parent ff0672fd65
commit d6b7b1cfaa
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;