From 49700f1f33fc4a4a5dd3d33c83c4bf7f70a18a67 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Tue, 8 Nov 2022 18:06:18 +0800 Subject: [PATCH] audit payments bankslips --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 02873984..0c97893f 100644 --- a/routes/web.php +++ b/routes/web.php @@ -439,7 +439,7 @@ Route::get('/payment/check', function(){ continue; } - echo $transaction->id.'. payment: '.$transaction->updated_at.' -> document: '.$documents[0]->created_at.'
'; + echo $transaction->owner->marking.'. payment: '.$transaction->updated_at.' -> document: '.$documents[0]->created_at.'
'; }