payment testing
This commit is contained in:
@@ -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
|
//Use the player donation and the journal in order to check over the pending contracts to attempt
|
||||||
//to pay the contract
|
//to pay the contract
|
||||||
foreach($outstanding as $invoice) {
|
foreach($outstanding as $invoice) {
|
||||||
|
|
||||||
|
dd($invoice);
|
||||||
//See if we have a reason with the correct uniqid from the player donation journal
|
//See if we have a reason with the correct uniqid from the player donation journal
|
||||||
$found = AllianceWalletJournal::where([
|
$found = AllianceWalletJournal::where([
|
||||||
'ref_type' => 'player_donation',
|
'ref_type' => 'player_donation',
|
||||||
|
|||||||
Reference in New Issue
Block a user