mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-29 17:34:02 +00:00
wallet audit
This commit is contained in:
+2
-1
@@ -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');
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user