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-11 07:20:24 -07:00 committed by Ben McIlwain
parent dc0c1583f5
commit 44e3668510
3 changed files with 39 additions and 11 deletions

View file

@ -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;