Skip to content

Commit

Permalink
update enumPromo type
Browse files Browse the repository at this point in the history
  • Loading branch information
nicol authored and nicol committed Dec 20, 2023
1 parent 03af8cc commit a7fe4c6
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 @@ -70,6 +70,7 @@ public enum EnumPromoType implements MTGEnumeration{
@SerializedName(alternate = "storechampionship", value = "STORECHAMPIONSHIP") STORECHAMPIONSHIP,
@SerializedName(alternate = "ampersand", value = "AMPERSAND") AMPERSAND,
@SerializedName(alternate = "poster", value = "POSTER") POSTER,
@SerializedName(alternate = "playpromo", value = "PLAYPROMO") PLAYPROMO,

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

Expand Down

0 comments on commit a7fe4c6

Please sign in to comment.