MagicTheGathering / mtg-sdk-java

Magic: The Gathering SDK - Java
MIT License
67 stars 23 forks source link

Card price in Card.java #34

Open philwronski opened 4 years ago

philwronski commented 4 years ago

Hi, I saw the fields below in Card.java :

 private BigDecimal priceHigh;
 private BigDecimal priceMid;
 private BigDecimal priceLow;
 private BigDecimal onlinePriceHigh;
 private BigDecimal onlinePriceMid;
 private BigDecimal onlinePriceLow;

But they are null.

it is planned to feed these fields ?

thechucklingatom commented 4 years ago

This field is being returned as null from the API. If it gets added to there, we should just get the functionality. That project is located here. https://github.com/MagicTheGathering/mtg-api/issues