Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Card price in Card.java #34

Open
philwronski opened this issue Aug 21, 2019 · 1 comment
Open

Card price in Card.java #34

philwronski opened this issue Aug 21, 2019 · 1 comment
Labels
blocked Blocked by external dependencies.

Comments

@philwronski
Copy link

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
Copy link
Collaborator

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

@thechucklingatom thechucklingatom added the blocked Blocked by external dependencies. label Aug 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked by external dependencies.
Projects
None yet
Development

No branches or pull requests

2 participants