updated pi transaction corp

This commit is contained in:
2019-05-25 00:05:33 -05:00
parent 8077f8731f
commit 610256f839

View File

@@ -73,7 +73,7 @@ class FinanceHelper {
//Get the entries of the journal for transactions
try {
$journals = $esi->invoke('get', '/corporations/{corporation_id}/wallets/{division}/transactions/', [
'corporation_id' => 98251577,
'corporation_id' => 98287666,
'division' => 3,
]);
} catch(RequestFailedException $e) {