wallet audit

This commit is contained in:
omair saleh
2022-08-19 16:51:04 +08:00
parent 8f2726dabe
commit 07f663ddf1
+2 -1
View File
@@ -344,5 +344,6 @@ Route::get('/wallet/audit', function (Request $request) {
echo $i.". Marking: ". $wallet->owner->reference ."<br>Current Balance: ". $wallet->amount ."<br>Audit Balance: ". (($topups + $credit) - ($payments + $debit)) ."<br>Difference: ". round((float) $wallet->amount - (($topups + $credit) - ($payments + $debit)), 2) ."<br><br><br>";
}
})->name('segments');
});