Skip to content

Commit

Permalink
Update EnumPromoType.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nicho92 authored Jan 3, 2024
1 parent 09a0ae2 commit ea94097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/magic/api/beans/enums/EnumPromoType.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public enum EnumPromoType implements MTGEnumeration{
@SerializedName(alternate = "boosterfun", value = "BOOSTERFUN") BOOSTERFUN,
@SerializedName(alternate = "boxtopper", value = "BOXTOPPER") BOXTOPPER,
@SerializedName(alternate = "brawldeck", value = "BRAWLDECK") BRAWLDECK,
@SerializedName(alternate = "bringafriend", value = "BRINGAFRIEND") BRINGAFRIEND,
@SerializedName(alternate = "bundle", value = "BUNDLE") BUNDLE,
@SerializedName(alternate = "buyabox", value = "BUYABOX") BUYABOX,
@SerializedName(alternate = "commanderparty", value = "COMMANDERPARTY") COMMANDERPARTY,
Expand Down

0 comments on commit ea94097

Please sign in to comment.