We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03af8cc commit a7fe4c6Copy full SHA for a7fe4c6
src/main/java/org/magic/api/beans/enums/EnumPromoType.java
@@ -70,6 +70,7 @@ public enum EnumPromoType implements MTGEnumeration{
70
@SerializedName(alternate = "storechampionship", value = "STORECHAMPIONSHIP") STORECHAMPIONSHIP,
71
@SerializedName(alternate = "ampersand", value = "AMPERSAND") AMPERSAND,
72
@SerializedName(alternate = "poster", value = "POSTER") POSTER,
73
+ @SerializedName(alternate = "playpromo", value = "PLAYPROMO") PLAYPROMO,
74
75
@SerializedName(alternate = "neonink", value = "NEONINK") NEONINK;
76
0 commit comments