From 610256f83958bf8186b2c1d7b272ecccb810502d Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 25 May 2019 00:05:33 -0500 Subject: [PATCH] updated pi transaction corp --- app/Library/Finances/Helper/FinanceHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Finances/Helper/FinanceHelper.php b/app/Library/Finances/Helper/FinanceHelper.php index e09e7b382..04b98d95f 100644 --- a/app/Library/Finances/Helper/FinanceHelper.php +++ b/app/Library/Finances/Helper/FinanceHelper.php @@ -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) {