mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-24 23:13:59 +00:00
audit payments bankslips
This commit is contained in:
+2
-2
@@ -435,11 +435,11 @@ Route::get('/payment/check', function(){
|
||||
foreach ($transactions as $transaction){
|
||||
$documents = $transaction->documents;
|
||||
if(!count($documents)){
|
||||
echo $transaction->owner->marking.'<br>';
|
||||
echo $transaction->owner->marking.'<br><br>';
|
||||
continue;
|
||||
}
|
||||
|
||||
echo $transaction->id.'. payment: '.$transaction->updated_at.' -> document: '.$documents[0]->created_at;
|
||||
echo $transaction->id.'. payment: '.$transaction->updated_at.' -> document: '.$documents[0]->created_at.'<br>';
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user