Skip to content

Commit

Permalink
enumpromotypes updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nicol authored and nicol committed Dec 30, 2023
1 parent ca1ec70 commit ae1399a
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 @@ -71,6 +71,7 @@ public enum EnumPromoType implements MTGEnumeration{
@SerializedName(alternate = "ampersand", value = "AMPERSAND") AMPERSAND,
@SerializedName(alternate = "poster", value = "POSTER") POSTER,
@SerializedName(alternate = "playpromo", value = "PLAYPROMO") PLAYPROMO,
@SerializedName(alternate = "embossed", value = "EMBOSSED") EMBOSSED,

@SerializedName(alternate = "neonink", value = "NEONINK") NEONINK;

Expand Down

0 comments on commit ae1399a

Please sign in to comment.