Whenever I make a call to the YGOPRO API, the values for the card_sets.set_price attribute return differently between Postman and what I get when using my React app. In Postman, the set_price
values return as normal:
But when I make the same call in my React app, the values return at "0.00":
This only seems to happen with a few of the objects called, and the prices render normally for almost all the rest. That leads me to believe that there is something different between how Postman calls APIs than how I do it. Has anyone else dealt with this problem?
Edit: Before you ask, yes I know that the API call for Postman is different for what is called in the app. I simply called "Toon Bookmark" by it's name to show an example in the differences in the API calls between my app and Postman. In the end, the app is suppose to identify cards based on their start and end prices, and has nothing to do with searching cards by name.