cleaned up code base thoroughly
This commit is contained in:
@@ -94,6 +94,8 @@ class FinanceHelper {
|
|||||||
$wallet = json_decode($journals->raw, true);
|
$wallet = json_decode($journals->raw, true);
|
||||||
//Foreach journal entry, add the journal entry to the table
|
//Foreach journal entry, add the journal entry to the table
|
||||||
foreach($wallet as $entry) {
|
foreach($wallet as $entry) {
|
||||||
|
dd($entry);
|
||||||
|
|
||||||
AllianceWalletJournal::insertOrIgnore([
|
AllianceWalletJournal::insertOrIgnore([
|
||||||
'id' => $entry->id,
|
'id' => $entry->id,
|
||||||
'corporation_id' => $corpId,
|
'corporation_id' => $corpId,
|
||||||
|
|||||||
Reference in New Issue
Block a user