Skip to content

Commit a7fe4c6

Browse files
nicolnicol
nicol
authored and
nicol
committed
update enumPromo type
1 parent 03af8cc commit a7fe4c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/magic/api/beans/enums/EnumPromoType.java

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public enum EnumPromoType implements MTGEnumeration{
7070
@SerializedName(alternate = "storechampionship", value = "STORECHAMPIONSHIP") STORECHAMPIONSHIP,
7171
@SerializedName(alternate = "ampersand", value = "AMPERSAND") AMPERSAND,
7272
@SerializedName(alternate = "poster", value = "POSTER") POSTER,
73+
@SerializedName(alternate = "playpromo", value = "PLAYPROMO") PLAYPROMO,
7374

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

0 commit comments

Comments
 (0)