testing pagination for wallet journals
This commit is contained in:
@@ -77,7 +77,7 @@ class FinanceHelper {
|
||||
$entry['ref_type'] == 'reprocessing_tax' ||
|
||||
$entry['ref_type'] == 'jumpgate_fee' ||
|
||||
$entry['ref_type'] == 'player_donation' ||
|
||||
($entry['ref_type'] == 'corporation_account_withdrawal' && $entry['second_party_id'] == 99004116)) {
|
||||
($entry['ref_type'] == 'corporation_account_withdrawal' && $entry['second_party_id'] == 98287666)) {
|
||||
$this->PutWalletJournal($entry, $corpId, $division);
|
||||
}
|
||||
}
|
||||
@@ -141,7 +141,7 @@ class FinanceHelper {
|
||||
$esiHelper = new Esi;
|
||||
$date = $esiHelper->DecodeDate($journal['date']);
|
||||
|
||||
if($journal['ref_type'] == 'player_donation' || ($journal['ref_type'] == 'corporation_account_withdrawal' && $journal['second_party_id'] == 99004116)) {
|
||||
if($journal['ref_type'] == 'player_donation' || ($journal['ref_type'] == 'corporation_account_withdrawal' && $journal['second_party_id'] == 98287666)) {
|
||||
//if we don't find the journal entry, add the journal entry to the database
|
||||
if(!PlayerDonationJournal::where(['id' => $journal['id']])->exists()) {
|
||||
$entry = new PlayerDonationJournal;
|
||||
|
||||
Reference in New Issue
Block a user