Open soratidus999 opened 1 year ago
Still no ess_escrow_transfer in /characters/{character_id}/wallet/journal endpoint
[31] => Array
(
[amount] => 180000
[balance] => 1118658186.2165
[context_id] => x
[context_id_type] => market_transaction_id
[date] => 2023-11-14T00:04:34Z
[description] => Market: CONCORD bought stuff from xxx
[first_party_id] => x
[id] => x
[reason] =>
[ref_type] => market_transaction
[second_party_id] => x
)
[32] => Array
(
[amount] => -33000
[balance] => 1112893101.2165
[context_id] => x
[context_id_type] => structure_id
[date] => 2023-11-13T23:57:14Z
[description] => Fee for activating a Upwell Jumpgate paid from xxxx to yyyy
[first_party_id] => x
[id] => x
[reason] =>
[ref_type] => structure_gate_jump
[second_party_id] => x
)
Issue still exists. No ESS data in Character Journal endpoint.
Bug still exists as of today.
Bug
When calling the /characters/{character_id}/wallet/journal endpoint. ess_escrow_transfer transactions do not appear in the result.
This transaction type is listed in the eve-glue backing this endpoint https://github.com/esi/eve-glue/blob/master/eve_glue/wallet_journal_ref.py#L154
These transactions are visible ingame
Request
GET /latest/characters/90406623/wallet/journal/?datasource=tranquility&page=1
Response
Status Code
200
Headers
Body
Expected
An entry matching the ess_escrow_transfer visible ingame
Checklist
Check all boxes that apply to this issue:
This is the same issue experienced in https://github.com/esi/esi-issues/issues/1254, however that issue did not state the Character endpoint was affected.