From 671da7e617c341a58ebe9db85ecd405b482363d4 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 18 Mar 2021 20:55:35 +0900 Subject: [PATCH] payment testing --- app/Console/Commands/MiningTaxes/MiningTaxesPayments.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Commands/MiningTaxes/MiningTaxesPayments.php b/app/Console/Commands/MiningTaxes/MiningTaxesPayments.php index a04579691..5de268330 100644 --- a/app/Console/Commands/MiningTaxes/MiningTaxesPayments.php +++ b/app/Console/Commands/MiningTaxes/MiningTaxesPayments.php @@ -99,6 +99,8 @@ class MiningTaxesPayments extends Command //Use the player donation and the journal in order to check over the pending contracts to attempt //to pay the contract foreach($outstanding as $invoice) { + + dd($invoice); //See if we have a reason with the correct uniqid from the player donation journal $found = AllianceWalletJournal::where([ 'ref_type' => 'player_donation',