forked from External/mage
buildfix for VerifyCardDataTest. mtgjson file was moved, added a few fields, and requires adding a User-Agent to the request.
This commit is contained in:
parent
ad7ca19b56
commit
3d15325448
3 changed files with 8 additions and 1 deletions
|
|
@ -47,4 +47,7 @@ class JsonCard {
|
|||
public List<String> variations;
|
||||
public String watermark;
|
||||
public String tcgplayerProductId;
|
||||
public String scryfallId;
|
||||
public boolean isAlternative;
|
||||
public String frameEffect;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue