payment testing

This commit is contained in:
2021-03-18 20:55:35 +09:00
parent 3f8bcfd588
commit 671da7e617

View File

@@ -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',