Closed tony-stark-eth closed 8 years ago
Thanks for this, could you have a look at the scrutinizer issue?
Well the problem is, that taxReceiverID always should be an integer, but sometimes it occurs to be an empty string, so this is intended.
Makes sense, you mind changing https://github.com/tarioch/eveapi-fetcher-bundle/blob/master/Component/EveApi/Char/WalletJournalUpdater.php instead of the entity? Should be cleaner and would avoid the problem. I prefer to deal with the API quirks in the api updaters instead of directly the entities.
Yes you are right. I applied the changes :)
This was necessary for me in order to get a full api key running.